报空判断
This commit is contained in:
parent
6228329b2a
commit
614b3e4425
@ -157,7 +157,10 @@ namespace QFramework
|
||||
{
|
||||
if (obj != null)
|
||||
{
|
||||
anim?.Stop();
|
||||
if (anim!=null)
|
||||
{
|
||||
anim.Stop();
|
||||
}
|
||||
}
|
||||
animDot?.Kill();
|
||||
OnFinished = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user