Fix indentation
This commit is contained in:
		
							parent
							
								
									44eaaf5985
								
							
						
					
					
						commit
						0f91bdefea
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -120,7 +120,7 @@ SoundEmitter::~SoundEmitter()
 | 
			
		|||
 | 
			
		||||
void SoundEmitter::play(const std::string &filename,
 | 
			
		||||
                        int volume,
 | 
			
		||||
					    int pitch)
 | 
			
		||||
                        int pitch)
 | 
			
		||||
{
 | 
			
		||||
	float _volume = clamp<int>(volume, 0, 100) / 100.f;
 | 
			
		||||
	float _pitch  = clamp<int>(pitch, 50, 150) / 100.f;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue