Chart menu fixes

This commit is contained in:
Spel0 2021-08-12 20:20:14 +03:00
parent 22da8523e9
commit a21cd8f05f

View File

@ -1599,6 +1599,7 @@ class ChartingState extends MusicBeatState
{
regenerateLines();
updateGrid();
}
public var shownNotes:Array<Note> = [];
@ -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();
}
}