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