We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a57ca commit 1b9f5c6Copy full SHA for 1b9f5c6
source/funkin/ui/options/OffsetMenu.hx
@@ -394,7 +394,8 @@ class OffsetMenu extends Page<OptionsState.OptionsMenuPageName>
394
if (ControlsHandler.usingExternalInputDevice)
395
{
396
#end
397
- testStrumline.y = Preferences.downscroll ? FlxG.height - (testStrumline.height + 45) - Constants.STRUMLINE_Y_OFFSET : (testStrumline.height / 2)
+ var height = testStrumline.strumlineNotes.members[0].height;
398
+ testStrumline.y = Preferences.downscroll ? FlxG.height - (height + 45) - Constants.STRUMLINE_Y_OFFSET : (height / 2)
399
- Constants.STRUMLINE_Y_OFFSET;
400
if (Preferences.downscroll) jumpInText.y = FlxG.height - 425;
401
testStrumline.isDownscroll = Preferences.downscroll;
0 commit comments