少年修仙传客户端代码仓库
client_Hale
2018-12-06 768eff73678e3f272c3016999d3c857eefa59d9e
5224 【1.3.100】【前端】游戏帧数优化(一)
2个文件已修改
5 ■■■■■ 已修改文件
Fight/GameActor/GA_Hero.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GActorPlayerBase.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GA_Hero.cs
@@ -411,8 +411,6 @@
        }
    }
    private float m_RushTime;
    protected sealed override void OnFixedUpdate()
    {
        base.OnFixedUpdate();
Fight/GameActor/GActorPlayerBase.cs
@@ -2258,6 +2258,7 @@
    protected float m_LastRushTime;
    private SFXController m_RushEffect;
    private float m_GhostCreateInterval;
    protected float m_RushTime;
    public void StartRush()
    {
@@ -2265,7 +2266,7 @@
        {
            return;
        }
        m_RushTime = 0;
        m_IsRushing = true;
        if (m_HorseModel)