#
Junjie
2024-04-28 c358b8f0d81d1c36f5356361bf0c1b4010e28c3e
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;