From e6b620d2022bc98832c25e0dbd6147228ff77207 Mon Sep 17 00:00:00 2001 From: oc Date: Mon, 3 Dec 2018 22:55:29 +0800 Subject: [PATCH] Fix route bug --- libs/maps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/maps.js b/libs/maps.js index 7f0375f4..45ca5c7b 100644 --- a/libs/maps.js +++ b/libs/maps.js @@ -1098,7 +1098,7 @@ maps.prototype.animateBlock = function (loc,type,time,callback) { if (alpha >=1 || alpha<=0) { delete core.animateFrame.asyncId[animate]; clearInterval(animate); - core.setAlpha('curtain', 1); + core.setAlpha('route', 1); if (type == 'show') { loc.forEach(function (t) { core.showBlock(t[0],t[1],data.floorId);