From 841b66ef416a727a0c798ad2263b098247cb4aa7 Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Fri, 27 Nov 2020 12:00:16 +0800 Subject: [PATCH] buff预览暂停 --- Assets/Scripts/TowerDefense/Level/PlayerHomeBase.cs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/TowerDefense/Level/PlayerHomeBase.cs b/Assets/Scripts/TowerDefense/Level/PlayerHomeBase.cs index 3aaecaa..48d5ca7 100644 --- a/Assets/Scripts/TowerDefense/Level/PlayerHomeBase.cs +++ b/Assets/Scripts/TowerDefense/Level/PlayerHomeBase.cs @@ -187,8 +187,6 @@ Debug.Log("当前HomeBase被干掉:" + homebaseIdx.ToString()); if (GameUI.instanceExists) GameUI.instance.DestroyTowerGrid(homebaseIdx, this.opponent); - else if (EndlessGameUI.instanceExists) - EndlessGameUI.instance.DestroyTowerGrid(homebaseIdx); } } } \ No newline at end of file -- Gitblit v1.9.1