Skip to content

Commit

Permalink
Added a missing "break" statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 3, 2004
1 parent ac25aef commit 4344dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osx/alSource.c
Expand Up @@ -288,6 +288,7 @@ ALAPI ALvoid ALAPIENTRY alSourcef (ALuint source, ALenum pname, ALfloat value)
needsRecalc = (src->maxDistance != value);
src->maxDistance = value;
} // else
break;

case AL_MIN_GAIN:
if ((value < 0.0f) || (value > 1.0f))
Expand Down

0 comments on commit 4344dc9

Please sign in to comment.