mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-28 07:07:16 +00:00
Fix Charting Sustain Trails Inverted
This commit is contained in:
parent
25016f45f9
commit
dcfc51cdcd
|
|
@ -36,6 +36,8 @@ class ChartEditorHoldNoteSprite extends SustainTrail
|
||||||
zoom *= 0.7;
|
zoom *= 0.7;
|
||||||
zoom *= ChartEditorState.GRID_SIZE / Strumline.STRUMLINE_SIZE;
|
zoom *= ChartEditorState.GRID_SIZE / Strumline.STRUMLINE_SIZE;
|
||||||
|
|
||||||
|
flipY = false;
|
||||||
|
|
||||||
setup();
|
setup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue