diff --git a/source/ChartingState.hx b/source/ChartingState.hx index 0f7b7f5..ac5b26f 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -1599,6 +1599,7 @@ class ChartingState extends MusicBeatState { regenerateLines(); + updateGrid(); } public var shownNotes:Array = []; @@ -2291,6 +2292,7 @@ class ChartingState extends MusicBeatState i.lastUpdated = sect.mustHitSection; add(sectionicon); + check_mustHitSection.checked = sect.mustHitSection; trace("must hit " + sect.mustHitSection); } @@ -2565,6 +2567,7 @@ class ChartingState extends MusicBeatState if (curSelectedNote != null) { stepperSusLength.value = curSelectedNote[2]; + updateGrid(); } }