Update ChartingState.hx

This commit is contained in:
Spel0 2021-08-14 04:21:28 +03:00
parent cf9237c330
commit 313047e209

View File

@ -1632,7 +1632,6 @@ class ChartingState extends MusicBeatState
{ {
regenerateLines(); regenerateLines();
updateGrid();
} }
public var shownNotes:Array<Note> = []; public var shownNotes:Array<Note> = [];
@ -2317,7 +2316,6 @@ class ChartingState extends MusicBeatState
i.lastUpdated = sect.mustHitSection; i.lastUpdated = sect.mustHitSection;
add(sectionicon); add(sectionicon);
check_mustHitSection.checked = sect.mustHitSection;
trace("must hit " + sect.mustHitSection); trace("must hit " + sect.mustHitSection);
} }
@ -2600,7 +2598,6 @@ class ChartingState extends MusicBeatState
curSelectedNote[3] = false; curSelectedNote[3] = false;
check_naltAnim.checked = false; check_naltAnim.checked = false;
} }
updateGrid();
} }
} }