Update ChartingState.hx

This commit is contained in:
Puyo
2021-05-13 13:16:02 +02:00
committed by GitHub
parent 3def141b41
commit 9128479f8a

View File

@@ -515,7 +515,7 @@ class ChartingState extends MusicBeatState
case 'Change BPM':
_song.notes[curSection].changeBPM = check.checked;
FlxG.log.add('changed bpm shit');
case "Alt Animation":
case "Alternate Animation":
_song.notes[curSection].altAnim = check.checked;
}
}