diff --git a/CommandTemporal.cs b/CommandTemporal.cs index 9f15fb0..0cd03ae 100644 --- a/CommandTemporal.cs +++ b/CommandTemporal.cs @@ -69,6 +69,8 @@ public override void Update(float time) waitTime -= time; if (waitTime <= 0) State = ExecutionState.DONE; } + else + State = ExecutionState.DONE; } }