Fix InputSystem EventSystem bug

This commit is contained in:
Sinai
2021-10-01 17:21:50 +10:00
parent 22effbb399
commit 28b6db80f9

View File

@ -45,8 +45,7 @@ namespace UnityExplorer.Core.Input
public static void AddUIModule()
{
m_inputHandler.AddUIInputModule();
//ActivateUIModule();
CursorUnlocker.SetEventSystem();
ActivateUIModule();
}
public static void ActivateUIModule()