From 706987307c5c38656a0cc0ef7ec128b9ae021ab3 Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Wed, 15 Jan 2025 13:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Actions/Point3DQuestionAction.cs | 2 -- Assets/Scripts/UI/UIRightTop.cs | 1 - 2 files changed, 3 deletions(-) diff --git a/Assets/Scripts/Actions/Point3DQuestionAction.cs b/Assets/Scripts/Actions/Point3DQuestionAction.cs index b3ebded9..8891b2ce 100644 --- a/Assets/Scripts/Actions/Point3DQuestionAction.cs +++ b/Assets/Scripts/Actions/Point3DQuestionAction.cs @@ -65,8 +65,6 @@ namespace QFramework { if (!Deinited) { - datas.Clear(); - datas = null; OnFinished = null; Deinited = true; mPool.Recycle(this); diff --git a/Assets/Scripts/UI/UIRightTop.cs b/Assets/Scripts/UI/UIRightTop.cs index b618f9e4..d8c2506c 100644 --- a/Assets/Scripts/UI/UIRightTop.cs +++ b/Assets/Scripts/UI/UIRightTop.cs @@ -58,7 +58,6 @@ namespace QFramework.Example count++; } } - Debug.LogError(count); if (count > 1) { UITipWindowData data = new UITipWindowData();