This commit is contained in:
Your Name 2020-08-01 03:10:39 -06:00
parent cda44ce374
commit f26036beda

View File

@ -1269,7 +1269,7 @@ doWalk(goal, dist)
if(DistanceSquared(self.origin, goal) > distsq)
{
self movetowards(goal);
self movetowards(goal); // any better way??
}
self notify("finished_goal");