ECM2
This commit is contained in:
@@ -122,13 +122,13 @@ namespace NBF
|
||||
{
|
||||
if (val)
|
||||
{
|
||||
InputManager inputManager = FindObjectOfType<InputManager>();
|
||||
// InputManager inputManager = FindObjectOfType<InputManager>();
|
||||
if (controllerType == ControllerType.KeyboardMouse)
|
||||
{
|
||||
Cursor.visible = true;
|
||||
}
|
||||
|
||||
inputManager.SetCursorPositionToScreenCenter();
|
||||
// inputManager.SetCursorPositionToScreenCenter();
|
||||
Cursor.lockState = CursorLockMode.None;
|
||||
}
|
||||
else if (controllerType == ControllerType.KeyboardMouse)
|
||||
|
||||
Reference in New Issue
Block a user