Optimize|SFX: Reverb updates are not needed when 3D SFX disabled
It seems currently the sector reverb update calculations are extremely slow. They should be moved to a continuously running background thread, if the update algorithm cannot be optimized to run faster.
This commit improves performance when "sound-3d" is set to zero by skipping the sector reverb calculations entirely.
Optimize|SFX: Reverb updates are not needed when 3D SFX disabled
It seems currently the sector reverb update calculations are extremely
slow. They should be moved to a continuously running background thread,
if the update algorithm cannot be optimized to run faster.
This commit improves performance when "sound-3d" is set to zero by
skipping the sector reverb calculations entirely.