mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 00:26:39 +00:00 
			
		
		
		
	Increase music crossfade time to 1 second
This commit is contained in:
		
							parent
							
								
									7941fd6780
								
							
						
					
					
						commit
						6e98cd8eaa
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -397,7 +397,7 @@ namespace MWSound
 | 
			
		|||
 | 
			
		||||
        mNextMusic = filename;
 | 
			
		||||
 | 
			
		||||
        mMusic->setFadeout(0.5f);
 | 
			
		||||
        mMusic->setFadeout(1.f);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    void SoundManager::startRandomTitle()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue