少年修仙传客户端代码仓库
client_Zxw
2018-08-14 97fda2cdb612c2efb5bf5fe7e33546e84375b8bd
单号【1573】修复坐骑升级时切换别的坐骑,坐骑模型显示错误
1个文件已修改
2 ■■■ 已修改文件
System/Mount/MountWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();//刷新可见
        }