mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-26 06:09:02 +00:00
Update Strumline.hx
This commit is contained in:
parent
c270f61cac
commit
c5caa0331e
|
|
@ -435,7 +435,7 @@ class Strumline extends FlxSpriteGroup
|
||||||
|
|
||||||
if (Preferences.downscroll)
|
if (Preferences.downscroll)
|
||||||
{
|
{
|
||||||
holdNote.y = this.y - holdNote.height - INITIAL_OFFSET + STRUMLINE_SIZE / 2;
|
holdNote.y = this.y - INITIAL_OFFSET - holdNote.height + STRUMLINE_SIZE / 2;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue