Fixed GUIComponent rects blocking input in the sub editor + Added Windows preprocessor directives
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Barotrauma
|
||||
|
||||
public override Rectangle MouseRect
|
||||
{
|
||||
get { return box.Rect; }
|
||||
get { return ClampRect(box.Rect); }
|
||||
}
|
||||
|
||||
public override ScalableFont Font
|
||||
|
||||
Reference in New Issue
Block a user