bendmorris / spinehaxe

Spine runtime for Haxe 3. Based on current AS3/libgdx runtimes.
Other
64 stars 28 forks source link

Unsafe casting doesn't work for flash target #24

Closed mepsoid closed 7 years ago

mepsoid commented 7 years ago

Class SkeletonSprite, line 265: uvs = cast region.uvs; reports a runtime error: [Fault] exception, information=TypeError: Error #1034: Type Coercion failed: cannot convert []@52b2a19 to AS3.vec.Vector.. Where local uvs have Vector<Float> type for flash target and region.uvs instance have Array<Float> for all targets.