(a135020e9) Fixed item assembly names and descriptions not being fetched from the text xml

This commit is contained in:
Joonas Rikkonen
2019-04-04 11:09:03 +03:00
parent a3425a0432
commit dce643e116
6 changed files with 16 additions and 148 deletions
@@ -667,9 +667,6 @@ namespace Barotrauma
//spacing
new GUIFrame(new RectTransform(new Vector2(1.0f, 0.02f), generalLayoutGroup.RectTransform), style: null);
//spacing
new GUIFrame(new RectTransform(new Vector2(1.0f, 0.02f), generalLayoutGroup.RectTransform), style: null);
new GUIButton(new RectTransform(new Vector2(0.4f, 1.0f), buttonArea.RectTransform, Anchor.BottomLeft),
TextManager.Get("Cancel"), style: "GUIButtonLarge")
{