From 587c8e7c1669860985080f46dcfeb3f71fc63ad6 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 27 三月 2019 17:38:45 +0800
Subject: [PATCH] 3335 调整主界面.

---
 System/MainInterfacePanel/MainInterfaceWin.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/MainInterfacePanel/MainInterfaceWin.cs b/System/MainInterfacePanel/MainInterfaceWin.cs
index 459a99a..3cf069d 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/System/MainInterfacePanel/MainInterfaceWin.cs
@@ -808,7 +808,7 @@
                 }
                 if (Event_Duplicates != null && inDungeon)
                 {
-                    Event_Duplicates(true, m_MainPositionTween.CopyOfThePanelSpeed);
+                    Event_Duplicates(true, m_MainPositionTween.rightTopSwitchTime);
                 }
                 onMainModel.MainTopPanelShow = true;
                 if (_isTween)
@@ -828,7 +828,7 @@
                 }
                 if (Event_Duplicates != null && inDungeon)
                 {
-                    Event_Duplicates(false, m_MainPositionTween.CopyOfThePanelSpeed);
+                    Event_Duplicates(false, m_MainPositionTween.rightTopSwitchTime);
                 }
                 onMainModel.MainTopPanelShow = false;
                 if (_isTween)

--
Gitblit v1.8.0