#
luxiaotao1123
2024-10-22 443b9b204ec2f09f6f0b412f0faabf12fa4cd9a8
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 });
    }