From 97fda2cdb612c2efb5bf5fe7e33546e84375b8bd Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期二, 14 八月 2018 14:35:05 +0800
Subject: [PATCH] 单号【1573】修复坐骑升级时切换别的坐骑,坐骑模型显示错误

---
 System/Mount/MountWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Mount/MountWin.cs b/System/Mount/MountWin.cs
index cc54cfb..6950de4 100644
--- a/System/Mount/MountWin.cs
+++ b/System/Mount/MountWin.cs
@@ -329,7 +329,7 @@
 
         IEnumerator SwitchDelay( int horseId)
         {
-            yield return new WaitForSeconds(0.2f);
+            yield return new WaitForSeconds(0.3f);
             signHorseID = horseId;
             m_ScrollerController.m_Scorller.RefreshActiveCellViews();//鍒锋柊鍙
         }

--
Gitblit v1.8.0