From 97838927dbf20725f4898b85fb4d84702d1e2a08 Mon Sep 17 00:00:00 2001 From: YouWei Zhao Date: Mon, 1 Jan 2018 02:40:21 +0800 Subject: [PATCH] fix bug --- drawMapGUI.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawMapGUI.html b/drawMapGUI.html index 0ea0b61f..bddabf11 100644 --- a/drawMapGUI.html +++ b/drawMapGUI.html @@ -206,7 +206,7 @@ editor.prototype.loadAllImgs = function(icons){ return Promise.all(p); } editor.prototype.idsInit = function(maps, icons){ - editor.ids = []; + editor.ids = [0]; editor.indexs = []; var MAX_NUM = 400; var getInfoById = function(id){