Skip to content

Commit

Permalink
SW: Restore reverb delay to original value on toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
tmyqlfpir authored and Hendricks266 committed Mar 16, 2024
1 parent 76c00bf commit 7382d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/sw/src/sounds.cpp
Expand Up @@ -1329,6 +1329,7 @@ void COVER_SetReverb(int amt)
else
{
FX_SetReverb(amt);
FX_SetReverbDelay(768);
}
}

Expand Down

0 comments on commit 7382d5f

Please sign in to comment.