#
luxiaotao1123
2024-04-12 7a4e91b335fabe83fc7bd9cef007d93438a48f3f
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;