mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-06 02:36:56 +08:00
[ts][pixi-v7] Fix setup pose flash on first frame. See #3029.
This commit is contained in:
parent
01cec79ecb
commit
ba02dfa483
@ -338,7 +338,9 @@ export class Spine extends Container {
|
|||||||
this.interactiveChildren = true;
|
this.interactiveChildren = true;
|
||||||
this.hitArea = null;
|
this.hitArea = null;
|
||||||
}
|
}
|
||||||
this.calculateBounds();
|
if (!this.hasNeverUpdated) {
|
||||||
|
this.calculateBounds();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
private _boundsPoint = new Point();
|
private _boundsPoint = new Point();
|
||||||
private _boundsSpineID = -1;
|
private _boundsSpineID = -1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user