mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +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.debug = undefined;
|
||||
this.meshesCache.clear();
|
||||
this.slotsObject.clear();
|
||||
super.destroy(options);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user