diff options
author | Chris Robinson <[email protected]> | 2019-08-05 11:37:05 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-08-05 11:37:05 -0700 |
commit | 3154a915b1f811416f3c29c6af0c0f13fc3acd3e (patch) | |
tree | ca8f86ca621f06037a360513f30748dac87fe3a0 /alc/alu.h | |
parent | 3bc9490fd2861bdb28951bae5af37500e93de7ad (diff) |
Remove the ReverbSpeedOfSound hack
No other effect depends on context or listener properties, so reverb being the
only exception for speed of sound and meters per unit was putting extra work on
the effect engine for no real reason. Especially since the reverb decay time
should be the time actual time to decay irrespective of other settings.
Diffstat (limited to 'alc/alu.h')
-rw-r--r-- | alc/alu.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -461,6 +461,5 @@ extern RowMixerFunc MixRowSamples; extern const ALfloat ConeScale; extern const ALfloat ZScale; -extern const ALboolean OverrideReverbSpeedOfSound; #endif |