fix(Core/Pathfinding): Improve - Point movement (#3658)
This commit is contained in:
parent
66e65c474a
commit
0baecd3e8f
11 changed files with 61 additions and 28 deletions
|
|
@ -42,7 +42,7 @@ void FleeingMovementGenerator<T>::_setTargetLocation(T* owner)
|
|||
|
||||
if (!isInLOS)
|
||||
{
|
||||
i_nextCheckTime.Reset(500);
|
||||
i_nextCheckTime.Reset(100);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue