(7788ec72a) Test issuing orders automatically.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:03:49 +03:00
parent d00e2975ba
commit 60f52375e6
202 changed files with 2714 additions and 5825 deletions
@@ -511,8 +511,10 @@ namespace Barotrauma
pos = 0;
totalSize += child.Rect.Width + spacing;
}
pos += child.Rect.Height + spacing;
else
{
pos += child.Rect.Height + spacing;
}
if (child == children.Last())
{
totalSize += child.Rect.Width + spacing;
@@ -525,7 +527,10 @@ namespace Barotrauma
pos = 0;
totalSize += child.Rect.Height + spacing;
}
pos += child.Rect.Width + spacing;
else
{
pos += child.Rect.Width + spacing;
}
if (child == children.Last())
{