Skip to content

Commit

Permalink
AssetManager: Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dimensionscape committed Jul 10, 2024
1 parent b8ccc4e commit 0e3929f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/starling/assets/AssetManager.hx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import starling.textures.TextureAtlas;
import starling.textures.TextureOptions;
import starling.utils.MathUtil;
import starling.utils.Execute;
import starling.utils.ArrayUtil;

/** Dispatched when all textures have been restored after a context loss. */
@:meta(Event(name="texturesRestored", type="starling.events.Event"))
Expand Down

0 comments on commit 0e3929f

Please sign in to comment.