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