diff options
Diffstat (limited to 'alc/effects')
-rw-r--r-- | alc/effects/reverb.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/alc/effects/reverb.cpp b/alc/effects/reverb.cpp index cc1d86e7..80ea9b74 100644 --- a/alc/effects/reverb.cpp +++ b/alc/effects/reverb.cpp @@ -1129,10 +1129,7 @@ void ReverbState::update(const ContextBase *Context, const EffectSlot *Slot, MinDecayTime, MaxDecayTime)}; const float hfDecayTime{clampf(props->Reverb.DecayTime*hfRatio, MinDecayTime, MaxDecayTime)}; - /* Determine if a full update is required. Density is essentially a master - * control for the feedback delays, so changes the offsets of many delay - * lines. - */ + /* Determine if a full update is required. */ const bool fullUpdate{mPipelineState == DeviceClear || /* Density is essentially a master control for the feedback delays, so * changes the offsets of many delay lines. |