mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
[haxe] Remove superfluous OpenFL imports. Close #2917
This commit is contained in:
parent
2a25ca33d6
commit
639a76b3fa
@ -30,7 +30,6 @@
|
||||
package spine;
|
||||
|
||||
import haxe.io.Bytes;
|
||||
import openfl.utils.Assets;
|
||||
import spine.animation.Animation;
|
||||
import spine.atlas.TextureAtlas;
|
||||
import spine.attachments.AtlasAttachmentLoader;
|
||||
|
||||
@ -30,7 +30,6 @@
|
||||
package spine.atlas;
|
||||
|
||||
import haxe.ds.StringMap;
|
||||
import openfl.utils.Assets;
|
||||
|
||||
class TextureAtlas {
|
||||
private var pages = new Array<TextureAtlasPage>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user