Merge branch 'master' into LouDi_Quan

This commit is contained in:
shenjianxing 2025-01-22 11:04:15 +08:00
commit 8635b312ba

View File

@ -157,7 +157,10 @@ namespace QFramework
{
if (obj != null)
{
anim?.Stop();
if (anim!=null)
{
anim.Stop();
}
}
animDot?.Kill();
OnFinished = null;