From 7e5ec046836fdc5c3ee597df9eac58eec04a7a7b Mon Sep 17 00:00:00 2001 From: gaozl Date: Tue, 7 Jan 2025 10:01:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E8=87=AA=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/qm/MainMap_QM_go.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/static/qm/MainMap_QM_go.js b/public/static/qm/MainMap_QM_go.js index 3c119dc..e59f81c 100644 --- a/public/static/qm/MainMap_QM_go.js +++ b/public/static/qm/MainMap_QM_go.js @@ -2109,7 +2109,7 @@ MainMap_QM.prototype = { ); }, initFloor: function () { - + this.controls.saveState(); this.changeBuild(this.util.deviceObj.build, this.util.deviceObj.floor); //初始化方向为第一人称方向 this.util.options.deviceAng && this.rotationAngle(this.util.deviceObj.angle); @@ -2138,7 +2138,6 @@ MainMap_QM.prototype = { Map_QM.toOutModelInner(); }, 1000); } - Map_QM.controls.saveState(); }, 200); }, calcFov: function (d, w, r) {