From 8bf4170380141a10dd8550892f566b2ba4c2dd64 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 05 九月 2018 03:36:31 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/TaskListTip.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/TaskListTip.cs b/System/MainInterfacePanel/TaskListTip.cs
index 2ea959e..6a31970 100644
--- a/System/MainInterfacePanel/TaskListTip.cs
+++ b/System/MainInterfacePanel/TaskListTip.cs
@@ -279,7 +279,7 @@
{
GameObject childObj = Content.GetChild(i).gameObject;
TaskType childObjTaskType = Content.GetChild(i).gameObject.GetComponent<TaskType>();
- childObj.GetComponent<FlyingShoesTask>().ImgSelected.SetActive(false);
+ // childObj.GetComponent<FlyingShoesTask>().ImgSelected.SetActive(false);
if (i < _list.Count)
{
if (!childObj.activeSelf)
--
Gitblit v1.8.0