Fixed monster spawn & extra cargo settings being impossible to select due to the menus being outside of their parent GUIComponent
This commit is contained in:
@@ -296,7 +296,7 @@ namespace Barotrauma
|
||||
{
|
||||
get
|
||||
{
|
||||
return ClampRect(rect);
|
||||
return ClampMouseRectToParent ? ClampRect(rect) : rect;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user