mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scale
Fix hanging if audiostream's pitch_scale is NaN
This commit is contained in:
		
						commit
						9583c20171
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -309,7 +309,7 @@ Ref<AudioEffectInstance> AudioEffectPitchShift::instantiate() { | |||
| } | ||||
| 
 | ||||
| void AudioEffectPitchShift::set_pitch_scale(float p_pitch_scale) { | ||||
| 	ERR_FAIL_COND(p_pitch_scale <= 0.0); | ||||
| 	ERR_FAIL_COND(!(p_pitch_scale > 0.0)); | ||||
| 	pitch_scale = p_pitch_scale; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde