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

View File

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