Revert "fix: fix #464"

This reverts commit 5922824950.
This commit is contained in:
Loki Rautio
2026-03-04 13:43:40 -06:00
parent 9372887aef
commit 51eb86ad28
4 changed files with 4 additions and 148 deletions

View File

@@ -123,7 +123,7 @@ void KeyboardMouseInput::Tick()
}
}
if (m_windowFocused && (m_mouseGrabbed || m_cursorHiddenForUI) && g_hWnd)
if ((m_mouseGrabbed || m_cursorHiddenForUI) && g_hWnd)
{
RECT rc;
GetClientRect(g_hWnd, &rc);