From bb77b476dad61ac10b7d22aefdba29ba6bc9eade Mon Sep 17 00:00:00 2001 From: JayPM <59105820+PoleyMagik@users.noreply.github.com> Date: Tue, 4 May 2021 23:59:49 -0400 Subject: [PATCH] fixed charting must hit sections --- source/ChartingState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ChartingState.hx b/source/ChartingState.hx index 93c5cfa..dd3a9f9 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -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;