Merge pull request #376 from PoleyMagik/patch-1

fix charting must hit sections
This commit is contained in:
Kade M 2021-05-04 21:51:28 -07:00 committed by GitHub
commit 661a2fb3bb
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;