From dcf6a47f1f72fce515fe6689d15f5e2c21b10911 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 14 八月 2018 15:04:46 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
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 6950de4..cc54cfb 100644
--- a/System/Mount/MountWin.cs
+++ b/System/Mount/MountWin.cs
@@ -329,7 +329,7 @@
IEnumerator SwitchDelay( int horseId)
{
- yield return new WaitForSeconds(0.3f);
+ yield return new WaitForSeconds(0.2f);
signHorseID = horseId;
m_ScrollerController.m_Scorller.RefreshActiveCellViews();//鍒锋柊鍙
}
--
Gitblit v1.8.0