diff --git a/source/ChartingState.hx b/source/ChartingState.hx index 87512ca..fb0ffe7 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -1632,7 +1632,6 @@ class ChartingState extends MusicBeatState { regenerateLines(); - updateGrid(); } public var shownNotes:Array = []; @@ -2317,7 +2316,6 @@ class ChartingState extends MusicBeatState i.lastUpdated = sect.mustHitSection; add(sectionicon); - check_mustHitSection.checked = sect.mustHitSection; trace("must hit " + sect.mustHitSection); } @@ -2600,7 +2598,6 @@ class ChartingState extends MusicBeatState curSelectedNote[3] = false; check_naltAnim.checked = false; } - updateGrid(); } }