More renaming

This commit is contained in:
LeviathaninWaves 2023-12-02 19:07:04 -06:00
parent d59dfa30f0
commit 6c379d24df
3 changed files with 3 additions and 3 deletions

View file

@ -1336,7 +1336,7 @@ void FurnaceGUI::doAction(int what) {
MARK_MODIFIED;
break;
}
case GUI_ACTION_SAMPLE_XFADE_LOOP:
case GUI_ACTION_SAMPLE_CROSSFADE_LOOP:
if (curSample<0 || curSample>=(int)e->song.sample.size()) break;
openSampleCrossFadeOpt=true;
break;