Commit bd970d7a authored by wildfirecode's avatar wildfirecode

1

parent 40e61fc4
......@@ -316,6 +316,13 @@ export default class MapScene extends Scene {
if(icon.parent)
count++;
}
if(this._avatarsCache) {
this._avatarsCache.forEach((item) => {
if(item.parent) item.parent.addChild(item);
});
}
}
// 添加图标
......
This diff is collapsed.
......@@ -5,7 +5,7 @@
"timestamp": 1571322224593,
"data": [
{
"levelNum": 21,
"levelNum": 101,
"rank": [
{
"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