fixed charting must hit sections

This commit is contained in:
JayPM 2021-05-04 23:59:49 -04:00 committed by GitHub
parent 8f5399447f
commit bb77b476da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -494,7 +494,7 @@ class ChartingState extends MusicBeatState
var label = check.getLabel().text; var label = check.getLabel().text;
switch (label) switch (label)
{ {
case 'Must hit section': case 'Camera Points to P1?':
_song.notes[curSection].mustHitSection = check.checked; _song.notes[curSection].mustHitSection = check.checked;
case 'Change BPM': case 'Change BPM':
_song.notes[curSection].changeBPM = check.checked; _song.notes[curSection].changeBPM = check.checked;