From 58d60a10d4614f5656080805817d6e39f07f4ee7 Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Mon, 4 Jan 2021 01:23:20 +1100 Subject: [PATCH] Update ForceUnlockCursor.cs --- src/UI/ForceUnlockCursor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/UI/ForceUnlockCursor.cs b/src/UI/ForceUnlockCursor.cs index 24c9439..8c98296 100644 --- a/src/UI/ForceUnlockCursor.cs +++ b/src/UI/ForceUnlockCursor.cs @@ -176,6 +176,7 @@ namespace UnityExplorer.UI // Set to our current system m_settingEventSystem = true; EventSystem.current = UIManager.EventSys; + UIManager.EventSys.enabled = true; InputManager.ActivateUIModule(); m_settingEventSystem = false; }