(1a3a48fee) Fixed: Tutorial stroke size

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:22:36 +03:00
parent 3e8d6cdfc8
commit 0b837a6086
12 changed files with 163 additions and 324 deletions
@@ -406,6 +406,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{