mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 05:39:07 +08:00
commit
49493b065d
@ -250,10 +250,6 @@ public class SkeletonSprite extends DisplayObject {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
minX *= scaleX;
|
|
||||||
maxX *= scaleX;
|
|
||||||
minY *= scaleY;
|
|
||||||
maxY *= scaleY;
|
|
||||||
var temp:Number;
|
var temp:Number;
|
||||||
if (maxX < minX) {
|
if (maxX < minX) {
|
||||||
temp = maxX;
|
temp = maxX;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user