diff --git a/source/Platform/Win32/Win32EventQueue.cpp b/source/Platform/Win32/Win32EventQueue.cpp index 38ab96d..8340521 100644 --- a/source/Platform/Win32/Win32EventQueue.cpp +++ b/source/Platform/Win32/Win32EventQueue.cpp @@ -73,7 +73,8 @@ LRESULT Win32EventQueue::processMessage(MSG msg, Event& event) } // Message was not intercepted. Pass down to window. - return DispatchMessage(&msg); + DispatchMessage(&msg); + return 1; } } // namespace sp