Fix unlock mouse hotkey not unlocking CursorLockMode.Locked cursor

This commit is contained in:
2025-04-21 23:06:40 +03:00
parent 635fe8017e
commit 84ada18299

View File

@@ -1061,7 +1061,7 @@ namespace FlaxEditor.Windows
_cursorVisible = Screen.CursorVisible;
_cursorLockMode = Screen.CursorLock;
Screen.CursorVisible = true;
if (Screen.CursorLock == CursorLockMode.Clipped)
if (Screen.CursorLock == CursorLockMode.Clipped || Screen.CursorLock == CursorLockMode.Locked)
Screen.CursorLock = CursorLockMode.None;
// Defocus