少年修仙传客户端代码仓库
client_Zxw
2018-08-14 57937d8d5aa4fa227c99018ed419c5dc2cc8d2e0
单号【1573】修复坐骑切换问题
2个文件已修改
12 ■■■■ 已修改文件
System/Mount/MountPanelAssignment.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Mount/MountWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Mount/MountPanelAssignment.cs
@@ -150,7 +150,15 @@
            SoundPlayer.Instance.PlayUIAudio(19);
            ToAddSorting();
            allPetSkillCtrl.m_Scorller.RefreshActiveCellViews();
            PanelAssignment(_HorseID);
            if (pitchOnHorseID != 0 && pitchOnHorseID!= _HorseID)
            {
                PanelAssignment(pitchOnHorseID);
            }
            else
            {
                PanelAssignment(_HorseID);
            }
        }
        private void OnClickDeblockingButton()
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();//刷新可见
        }