fixed that bullshit
This commit is contained in:
parent
dc11504c25
commit
3697177a41
@ -257,7 +257,7 @@ class ChartingState extends MusicBeatState
|
|||||||
private function addNote():Void
|
private function addNote():Void
|
||||||
{
|
{
|
||||||
sections[curSection].notes.push([
|
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)
|
Math.floor(FlxG.mouse.x / GRID_SIZE)
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user