Fixed GUIComponent rects blocking input in the sub editor + Added Windows preprocessor directives

This commit is contained in:
juanjp600
2017-12-15 15:02:40 -03:00
parent 587040483d
commit 5f5efa7a36
5 changed files with 50 additions and 7 deletions
@@ -63,7 +63,7 @@ namespace Barotrauma
public override Rectangle MouseRect
{
get { return box.Rect; }
get { return ClampRect(box.Rect); }
}
public override ScalableFont Font