(9a1210d72) Fixed not being able to zoom out fully with turrets

This commit is contained in:
Joonas Rikkonen
2019-04-06 17:47:20 +03:00
parent 7e49140920
commit 8713b0ba8e
3 changed files with 8 additions and 149 deletions
@@ -60,11 +60,6 @@ namespace Barotrauma
public CrewManager(XElement element, bool isSinglePlayer)
: this(isSinglePlayer)
{
return characterListBox.Rect;
}
partial void InitProjectSpecific()
{
guiFrame = new GUIFrame(new RectTransform(Vector2.One, GUICanvas.Instance), null, Color.Transparent)
{