(f0d812055) v0.9.9.0
This commit is contained in:
@@ -76,7 +76,18 @@ namespace Barotrauma
|
||||
|
||||
public GUILayoutGroup(RectTransform rectT, bool isHorizontal = false, Anchor childAnchor = Anchor.TopLeft) : base(null, rectT)
|
||||
{
|
||||
CanBeFocused = false;
|
||||
#if DEBUG
|
||||
if (GameMain.DebugDraw)
|
||||
{
|
||||
CanBeFocused = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
#endif
|
||||
CanBeFocused = false;
|
||||
#if DEBUG
|
||||
}
|
||||
#endif
|
||||
|
||||
this.isHorizontal = isHorizontal;
|
||||
this.childAnchor = childAnchor;
|
||||
|
||||
Reference in New Issue
Block a user