oop fix eheh

This commit is contained in:
Cameron Taylor 2020-11-13 18:51:03 -08:00
parent 87ec99dd1e
commit 433923bdbd
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ class ChartingState extends MusicBeatState
curSelectedNote = _song.notes[curSection].sectionNotes[_song.notes[curSection].sectionNotes.length - 1];
trace(getStrumTime(dummyArrow.y) + (curSection * (Conductor.stepCrochet * lengthBpmBullshit()))));
trace(getStrumTime(dummyArrow.y) + (curSection * (Conductor.stepCrochet * lengthBpmBullshit())));
trace(curSection);
updateGrid();