From 2a0d0ac370577fe9bfa0656610319cb9838aebd4 Mon Sep 17 00:00:00 2001 From: Brandon! Date: Fri, 30 Jul 2021 15:01:37 -0400 Subject: [PATCH] fix not having a selection --- source/OptionsMenu.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/OptionsMenu.hx b/source/OptionsMenu.hx index efaef4e..87a6b56 100644 --- a/source/OptionsMenu.hx +++ b/source/OptionsMenu.hx @@ -125,6 +125,8 @@ class OptionsMenu extends MusicBeatState FlxTween.tween(versionShit,{y: FlxG.height - 18},2,{ease: FlxEase.elasticInOut}); FlxTween.tween(blackBorder,{y: FlxG.height - 18},2, {ease: FlxEase.elasticInOut}); + + changeSelection(); super.create(); }