Modified code to compile on Linux
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Subsurface
|
||||
|
||||
if (!Enabled) return;
|
||||
|
||||
if (box.Rect.Contains(PlayerInput.GetMouseState.Position))
|
||||
if (box.Rect.Contains(PlayerInput.MousePosition))
|
||||
{
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user