(8fd5fa292) Fix a stack overflow issue.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:40:19 +03:00
parent ddd84a4f9e
commit 7d0d669cdc
14 changed files with 148 additions and 307 deletions
@@ -83,6 +83,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{