(5a377a8ee) Unstable v0.9.1000.0
This commit is contained in:
@@ -77,7 +77,6 @@ namespace Barotrauma
|
||||
public GUILayoutGroup(RectTransform rectT, bool isHorizontal = false, Anchor childAnchor = Anchor.TopLeft) : base(null, rectT)
|
||||
{
|
||||
CanBeFocused = false;
|
||||
|
||||
this.isHorizontal = isHorizontal;
|
||||
this.childAnchor = childAnchor;
|
||||
rectT.ChildrenChanged += (child) => needsToRecalculate = true;
|
||||
|
||||
Reference in New Issue
Block a user