If I change the scale using the latest AS3 runtime my spine character renders incorrectly.
Using the following code to scale:
var json:SkeletonJson = new SkeletonJson(new AtlasAttachmentLoader(atlas));
json.scale = .7;
I can record the following incorrect render:
Loading Image
However with a scale of 1 it renders correctly to:
Loading Image
Any ideas? ๐