From 433923bdbd1608b0228ef58133bf71fa6da168c6 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 13 Nov 2020 18:51:03 -0800 Subject: [PATCH] oop fix eheh --- source/ChartingState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ChartingState.hx b/source/ChartingState.hx index dac457586..1dd6eb0b6 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -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();