This commit is contained in:
陈思海 2025-03-14 16:39:52 +08:00
parent 4b720f8967
commit 49f08e9410

View File

@ -41,7 +41,7 @@ namespace AlicizaX.AnimationFlow.Runtime
public override bool Valid()
{
return target != null && duration > 0;
return target != null;
}
public override float Duration()