fix not having a selection

This commit is contained in:
Brandon! 2021-07-30 15:01:37 -04:00 committed by GitHub
parent b125642d00
commit 2a0d0ac370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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