mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[ts][pixi] Empty slotsObject on destroy.
This commit is contained in:
parent
e290569748
commit
985dd84027
@ -199,6 +199,7 @@ export class Spine extends Container {
|
|||||||
this.state.clearListeners();
|
this.state.clearListeners();
|
||||||
this.debug = undefined;
|
this.debug = undefined;
|
||||||
this.meshesCache.clear();
|
this.meshesCache.clear();
|
||||||
|
this.slotsObject.clear();
|
||||||
super.destroy(options);
|
super.destroy(options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user