Skip to content

Commit

Permalink
Follow formatting conventions.
Browse files Browse the repository at this point in the history
  • Loading branch information
player-03 committed Jul 5, 2023
1 parent 71c1854 commit 8b27623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lime/utils/AssetLibrary.hx
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,8 @@ class AssetLibrary
}
}

public function unload():Void {
public function unload():Void
{
#if haxe4
cachedBytes.clear();
cachedFonts.clear();
Expand Down

0 comments on commit 8b27623

Please sign in to comment.