diff --git a/_server/editor.js b/_server/editor.js
index f77895f1..8af331c5 100644
--- a/_server/editor.js
+++ b/_server/editor.js
@@ -43,9 +43,6 @@ editor.info
editor.prototype.init = function (callback) {
var afterCoreReset = function () {
- main.editor.disableGlobalAnimate = false;//允许GlobalAnimate
- // core.setHeroMoveTriggerInterval();
-
editor.idsInit(core.maps, core.icons.icons); // 初始化图片素材信息
editor.drawInitData(core.icons.icons); // 初始化绘图
@@ -302,7 +299,7 @@ editor.prototype.updateMap = function () {
core.status.thisMap.blocks = blocks;
var updateMap = function () {
- core.removeGlobalAnimate(null, null, true);
+ core.removeGlobalAnimate();
core.clearMap('bg');
core.clearMap('event');
core.clearMap('event2');
diff --git a/index.html b/index.html
index 8dde6626..afa4c129 100644
--- a/index.html
+++ b/index.html
@@ -152,6 +152,6 @@
-
+