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
1 changed files with 1 additions and 1 deletions

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;