From e9357d6649f1fd86cf6f0a3988df7ad9b89174ce Mon Sep 17 00:00:00 2001 From: Cameron Taylor <cameron.taylor.ninja@gmail.com> Date: Tue, 13 Oct 2020 03:02:03 -0700 Subject: [PATCH] fixed that bullshit --- source/ChartingState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ChartingState.hx b/source/ChartingState.hx index b9d9e21c7..f1a185d91 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -257,7 +257,7 @@ class ChartingState extends MusicBeatState private function addNote():Void { sections[curSection].notes.push([ - getStrumTime(dummyArrow.y) + (curSection * (Conductor.stepCrochet * 16)), + getStrumTime(dummyArrow.y) + (curSection * (Conductor.stepCrochet * 32)), Math.floor(FlxG.mouse.x / GRID_SIZE) ]);