(c2a796af9) Fixed: globalZoomScale not working properly past fullHD resolutions

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:23:30 +03:00
parent 2aaf5c359f
commit 71c59e98a7
12 changed files with 331 additions and 142 deletions
@@ -418,6 +418,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{