mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-28 23:35:54 +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 *= ChartEditorState.GRID_SIZE / Strumline.STRUMLINE_SIZE;
|
||||
|
||||
flipY = false;
|
||||
|
||||
setup();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue