少年修仙传客户端代码仓库
client_linchunjie
2018-09-05 762cd4013179fb66170e8c932c84ef57ad9e167c
System/SystemSetting/SettingEffectMgr.cs
@@ -81,6 +81,11 @@
    float halfSecondTimer = 0;
    private void LateUpdate()
    {
        if (!(StageManager.Instance.CurrentStage is DungeonStage))
        {
            return;
        }
        secondTimer += Time.deltaTime;
        halfSecondTimer += Time.deltaTime;
        if(halfSecondTimer >= 0.5f)