Skip to content

Commit

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

Expand Down

0 comments on commit 8539dd6

Please sign in to comment.