mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-05 02:06: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;
|
package spine;
|
||||||
|
|
||||||
import haxe.io.Bytes;
|
import haxe.io.Bytes;
|
||||||
import openfl.utils.Assets;
|
|
||||||
import spine.animation.Animation;
|
import spine.animation.Animation;
|
||||||
import spine.atlas.TextureAtlas;
|
import spine.atlas.TextureAtlas;
|
||||||
import spine.attachments.AtlasAttachmentLoader;
|
import spine.attachments.AtlasAttachmentLoader;
|
||||||
|
|||||||
@ -30,7 +30,6 @@
|
|||||||
package spine.atlas;
|
package spine.atlas;
|
||||||
|
|
||||||
import haxe.ds.StringMap;
|
import haxe.ds.StringMap;
|
||||||
import openfl.utils.Assets;
|
|
||||||
|
|
||||||
class TextureAtlas {
|
class TextureAtlas {
|
||||||
private var pages = new Array<TextureAtlasPage>();
|
private var pages = new Array<TextureAtlasPage>();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user