mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 19:11:33 +00:00
Set the attenuation model to linear, to be more in line with the vanilla game
This commit is contained in:
parent
947288e13a
commit
3b6826b1ac
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ OpenAL_Factory::OpenAL_Factory(bool doSetup)
|
||||||
|
|
||||||
device = Device;
|
device = Device;
|
||||||
context = Context;
|
context = Context;
|
||||||
|
alDistanceModel(AL_LINEAR_DISTANCE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue