From 45d42243cb253833536ab0ba129e7b31789cf5df Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 23 五月 2019 17:36:21 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Skill/ExpertSkillSelectWin.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Skill/ExpertSkillSelectWin.cs b/System/Skill/ExpertSkillSelectWin.cs
index ed4d2e9..3e1c40c 100644
--- a/System/Skill/ExpertSkillSelectWin.cs
+++ b/System/Skill/ExpertSkillSelectWin.cs
@@ -99,7 +99,7 @@
if (flyObject != null)
{
- GameObject.Destroy(flyObject);
+ GameObject.Destroy(flyObject.gameObject);
flyObject = null;
}
@@ -398,7 +398,7 @@
{
if (flyObject != null)
{
- GameObject.Destroy(flyObject);
+ GameObject.Destroy(flyObject.gameObject);
flyObject = null;
}
--
Gitblit v1.8.0