[ts][pixi-v7] Run tsfmt

This commit is contained in:
Davide Tantillo 2024-12-06 16:40:29 +01:00
parent a905b92e79
commit a4b5605921

View File

@ -294,7 +294,7 @@ export class Spine extends Container {
}
}
protected _calculateBounds(): void {
protected _calculateBounds (): void {
if (this.hasNeverUpdated) {
this.internalUpdate(0, 0);
this.renderMeshes();