(29e9d88c2) Whoops. I though I already used absolute velocities.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:48:44 +03:00
parent ca8fbe4390
commit 44d78a1466
12 changed files with 146 additions and 317 deletions
@@ -98,6 +98,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{