[Change] Removed some debugging I didn't mean to commit in.
This commit is contained in:
parent
04014d4e9a
commit
fca4c4e33f
@ -88,9 +88,8 @@ int sound_init(void) {
|
||||
// Set the master gain.
|
||||
alListenerf(AL_GAIN, .5);
|
||||
|
||||
// Set the distance model.
|
||||
alDistanceModel(AL_INVERSE_DISTANCE_CLAMPED);
|
||||
ALenum err = alGetError();
|
||||
DEBUG("%d", err);
|
||||
|
||||
SDL_mutexV(sound_lock);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user