Skip to content

Commit

Permalink
Merge pull request FunkinCrew#376 from PoleyMagik/patch-1
Browse files Browse the repository at this point in the history
fix charting must hit sections
  • Loading branch information
Kade-github authored May 5, 2021
2 parents a11c0a4 + 0fce9ec commit 1fd01b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1fd01b0

Please sign in to comment.