Merge pull request #1527 from brandoge91/master

fix not having a selection in the options menu with one function lmao
This commit is contained in:
Kade M
2021-08-01 00:01:12 -07:00
committed by GitHub

View File

@@ -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();
}