mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 21:45:32 +00:00
Change the default reverb preset to improve underwater FX transition
This commit is contained in:
parent
043231737d
commit
f779529cab
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue