#
Junjie
2024-06-06 627f9f28c8a19d9deae694c11c10dec1d4593270
zy-asrs-flow/src/pages/map/player.js
@@ -405,6 +405,7 @@
function generatePixiContainer(name) {
    const mapContainer = new PIXI.Container();
    mapContainer.sortableChildren = true;
    mapContainer.name = name;
    mapContainer.data = {};
    return mapContainer;