diff --git a/Source/Engine/Platform/SDL/SDLInput.cpp b/Source/Engine/Platform/SDL/SDLInput.cpp index 3b4276dbb..4150e52f6 100644 --- a/Source/Engine/Platform/SDL/SDLInput.cpp +++ b/Source/Engine/Platform/SDL/SDLInput.cpp @@ -393,7 +393,10 @@ public: LOG(Error, "Failed to set mouse relative mode: {0}", String(SDL_GetError())); if (!relativeMode) - SetMousePosition(oldPosition); + { + //SDL_SyncWindow(static_cast(window)->_window); + //SetMousePosition(oldPosition); + } } };