Merge branch 'master' into LouDi_Quan

This commit is contained in:
shenjianxing 2025-01-15 13:56:18 +08:00
commit 60b2065693
2 changed files with 0 additions and 3 deletions

View File

@ -65,8 +65,6 @@ namespace QFramework
{
if (!Deinited)
{
datas.Clear();
datas = null;
OnFinished = null;
Deinited = true;
mPool.Recycle(this);

View File

@ -58,7 +58,6 @@ namespace QFramework.Example
count++;
}
}
Debug.LogError(count);
if (count > 1)
{
UITipWindowData data = new UITipWindowData();