diff options
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/alSource.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index 1541bd89..0e066a22 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -219,8 +219,6 @@ AL_API ALvoid AL_APIENTRY alSourcef(ALuint source, ALenum eParam, ALfloat flValu if(flValue >= 0.0f) { Source->flPitch = flValue; - if(Source->flPitch < 0.001f) - Source->flPitch = 0.001f; Source->NeedsUpdate = AL_TRUE; } else |