From 3154a915b1f811416f3c29c6af0c0f13fc3acd3e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 5 Aug 2019 11:37:05 -0700 Subject: 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. --- alc/alu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'alc/alu.h') diff --git a/alc/alu.h b/alc/alu.h index d569c482..c795c777 100644 --- a/alc/alu.h +++ b/alc/alu.h @@ -461,6 +461,5 @@ extern RowMixerFunc MixRowSamples; extern const ALfloat ConeScale; extern const ALfloat ZScale; -extern const ALboolean OverrideReverbSpeedOfSound; #endif -- cgit v1.2.3