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

Commit

Permalink
optiatmi
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Aug 14, 2021
1 parent 5eb3a66 commit ae269dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/MusicBeatState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ class MusicBeatState extends FlxUIState
public function clean()
{
if (FlxG.save.data.optimize)
{
for(i in assets)
{
remove(i);
}
}
}

override function create()
Expand Down

0 comments on commit ae269dd

Please sign in to comment.