Update ChartingState.hx
This commit is contained in:
parent
cf9237c330
commit
313047e209
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user