Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 28b6db8

Browse files
committed
Fix InputSystem EventSystem bug
1 parent 22effbb commit 28b6db8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Core/Input/InputManager.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ public static bool GetKey(KeyCode key)
4545
public static void AddUIModule()
4646
{
4747
m_inputHandler.AddUIInputModule();
48-
//ActivateUIModule();
49-
CursorUnlocker.SetEventSystem();
48+
ActivateUIModule();
5049
}
5150

5251
public static void ActivateUIModule()

0 commit comments

Comments
 (0)