mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
Merge branch '4.0' into 4.1-beta
This commit is contained in:
commit
930a154c4b
@ -258,7 +258,7 @@ export class SpinePlayer implements Disposable {
|
||||
|
||||
dispose (): void {
|
||||
this.sceneRenderer.dispose();
|
||||
this.loadingScreen.dispose();
|
||||
if (this.loadingScreen) this.loadingScreen.dispose();
|
||||
this.assetManager.dispose();
|
||||
for (var i = 0; i < this.eventListeners.length; i++) {
|
||||
var eventListener = this.eventListeners[i];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user