zy-acs-flow/src/map/player.js
@@ -376,9 +376,10 @@ } startupTicker = () => { this.app.ticker.add((delta) => { this.tweedle = (delta) => { TWEEDLE.Group.shared.update(); }); } this.app.ticker.add(this.tweedle); } resize = (width, height) => { @@ -386,6 +387,8 @@ } destroy = () => { TWEEDLE.Group.shared.removeAll(); this.app.ticker.remove(this.tweedle); this.app.destroy(true, { children: true }); }