Set the attenuation model to linear, to be more in line with the vanilla game

actorid
Michael Papageorgiou 13 years ago
parent 947288e13a
commit 3b6826b1ac

@ -264,6 +264,7 @@ OpenAL_Factory::OpenAL_Factory(bool doSetup)
device = Device;
context = Context;
alDistanceModel(AL_LINEAR_DISTANCE);
}
}

Loading…
Cancel
Save