Commit bd970d7a authored by wildfirecode's avatar wildfirecode

1

parent 40e61fc4
...@@ -316,6 +316,13 @@ export default class MapScene extends Scene { ...@@ -316,6 +316,13 @@ export default class MapScene extends Scene {
if(icon.parent) if(icon.parent)
count++; count++;
} }
if(this._avatarsCache) {
this._avatarsCache.forEach((item) => {
if(item.parent) item.parent.addChild(item);
});
}
} }
// 添加图标 // 添加图标
......
This diff is collapsed.
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"timestamp": 1571322224593, "timestamp": 1571322224593,
"data": [ "data": [
{ {
"levelNum": 21, "levelNum": 101,
"rank": [ "rank": [
{ {
"nickName": null, "nickName": null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment