1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-01 03:51:34 +00:00

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

This commit is contained in:
Michael Papageorgiou 2012-03-14 22:36:06 +02:00
parent 947288e13a
commit 3b6826b1ac

View file

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