Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
ughuhuh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Aug 14, 2021
1 parent ae269dd commit 7d59048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/OptionsMenu.hx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class OptionsMenu extends MusicBeatState
var blackBorder:FlxSprite;
override function create()
{
clean();
instance = this;
var menuBG:FlxSprite = new FlxSprite().loadGraphic(Paths.image("menuDesat"));

Expand Down Expand Up @@ -134,7 +135,6 @@ class OptionsMenu extends MusicBeatState

override function update(elapsed:Float)
{
clean();
super.update(elapsed);

if (acceptInput)
Expand Down

0 comments on commit 7d59048

Please sign in to comment.