#
luxiaotao1123
2024-04-07 75ce35a2d6cd026a091805a34c6b7ce8a38f943a
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;