Compare commits
No commits in common. "105d6d8df3577026021e59611162a9eb97807e26" and "0416eb8c6ba998f8725013be3b2779300e8e739d" have entirely different histories.
105d6d8df3
...
0416eb8c6b
@ -109,10 +109,8 @@ public class TaskPanel : Base
|
||||
TaskItem taskItem = taskItems.Find(t => t.overseeCond== taskId);
|
||||
if (taskItem != null)
|
||||
{
|
||||
Debug.Log(1111);
|
||||
if (taskItem.ishow == 1)
|
||||
{
|
||||
Debug.Log(2222);
|
||||
taskItem.gameObject.SetActive(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user