From 1fa9aadebdaebd52a082f6a2bc6cea9e94cf18bd Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Fri, 24 Apr 2026 11:50:15 +0200 Subject: [PATCH] Fix crash on cursor changes regression --- Source/Engine/Platform/Windows/WindowsWindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Engine/Platform/Windows/WindowsWindow.cpp b/Source/Engine/Platform/Windows/WindowsWindow.cpp index 6fa64ab24..1cd859dc9 100644 --- a/Source/Engine/Platform/Windows/WindowsWindow.cpp +++ b/Source/Engine/Platform/Windows/WindowsWindow.cpp @@ -841,6 +841,8 @@ void WindowsWindow::UpdateCursor() } _cursorHiddenSafetyCount = 0; } + if (_cursor == CursorType::Hidden) + return; const LPCWSTR cursors[] = {