1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-28 15:47:04 +00:00

fixed that bullshit

This commit is contained in:
Cameron Taylor 2020-10-13 03:02:03 -07:00
parent dc11504c25
commit 3697177a41

View file

@ -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)
]);