From 3697177a415a5801f09e9d4d45f8ddff8d0f7a23 Mon Sep 17 00:00:00 2001 From: Cameron Taylor 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 b9d9e21..f1a185d 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) ]);