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

Commit 7d59048

Browse files
committed
ughuhuh
1 parent ae269dd commit 7d59048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/OptionsMenu.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class OptionsMenu extends MusicBeatState
8686
var blackBorder:FlxSprite;
8787
override function create()
8888
{
89+
clean();
8990
instance = this;
9091
var menuBG:FlxSprite = new FlxSprite().loadGraphic(Paths.image("menuDesat"));
9192

@@ -134,7 +135,6 @@ class OptionsMenu extends MusicBeatState
134135

135136
override function update(elapsed:Float)
136137
{
137-
clean();
138138
super.update(elapsed);
139139

140140
if (acceptInput)

0 commit comments

Comments
 (0)