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();