(e3f599b5d) Go to objective checks the path access only once per second. Add notes.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:37:29 +03:00
parent 6f9690eeaf
commit c060c90cba
13 changed files with 291 additions and 267 deletions
@@ -132,6 +132,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{