Update Strumline.hx

This commit is contained in:
MaybeMaru 2024-05-13 02:21:43 +02:00
parent b22dd4d7d4
commit c270f61cac

View file

@ -435,7 +435,7 @@ class Strumline extends FlxSpriteGroup
if (Preferences.downscroll)
{
holdNote.y = this.y - holdNote.height - INITIAL_OFFSET + STRUMLINE_SIZE / 2; // + STRUMLINE_SIZE / 2;
holdNote.y = this.y - holdNote.height - INITIAL_OFFSET + STRUMLINE_SIZE / 2;
}
else
{