mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 22:20:33 +00:00
Merge pull request #2496 from Capostrophic/reverb
Change the default reverb preset to improve underwater FX transition
This commit is contained in:
commit
1eac6f67db
@ -798,7 +798,7 @@ bool OpenAL_Output::init(const std::string &devname, const std::string &hrtfname
|
||||
if(alGetError() == AL_NO_ERROR)
|
||||
Log(Debug::Info) << "Standard Reverb supported";
|
||||
}
|
||||
EFXEAXREVERBPROPERTIES props = EFX_REVERB_PRESET_GENERIC;
|
||||
EFXEAXREVERBPROPERTIES props = EFX_REVERB_PRESET_LIVINGROOM;
|
||||
props.flGain = 0.0f;
|
||||
LoadEffect(mDefaultEffect, props);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user