AudioStream: Prevent MeWatch from restarting fully faded out stream
This commit is contained in:
		
							parent
							
								
									7260c467b8
								
							
						
					
					
						commit
						794e86d0ab
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -179,6 +179,7 @@ void AudioStream::fadeOut(int duration)
 | 
				
			||||||
	lockStream();
 | 
						lockStream();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	ALStream::State sState = stream.queryState();
 | 
						ALStream::State sState = stream.queryState();
 | 
				
			||||||
 | 
						noResumeStop = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (fade.active)
 | 
						if (fade.active)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue