diff options
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r-- | alc/alu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp index aa369829..4ec4154e 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -1379,7 +1379,6 @@ void CalcAttnSourceParams(Voice *voice, const VoiceProps *props, const ContextBa break; case DistanceModel::Disable: - ClampedDist = props->RefDistance; break; } |