Naveen

Results 1 comments of Naveen

Here's a fix that i found works great: Right when we're assigning time to reach target ```csharp ... timeElpased = 0f; float ticksToReach = (to.Tick - from.Tick); if (ticksToReach ==...