#
lsh
2024-09-05 d26b4835feb289d37e3e815117080075e7fc79e8
zy-asrs-flow/src/pages/map/player.js
@@ -197,6 +197,7 @@
    }
    showGridlines = () => {
        this.hideGridlines();
        if (!this.gridLineContainer) {
            this.gridLineContainer = generatePixiContainer('gridLineContainer');
            this.app.stage.addChild(this.gridLineContainer);