Platform/SDL2: Don't SDL_PumpEvents when not owning Windows
This is a temporary fix
This commit is contained in:
@@ -289,7 +289,8 @@ namespace Nz
|
||||
|
||||
void WindowImpl::ProcessEvents(bool block)
|
||||
{
|
||||
SDL_PumpEvents();
|
||||
if (m_ownsWindow)
|
||||
SDL_PumpEvents();
|
||||
|
||||
|
||||
/*if (m_ownsWindow)
|
||||
|
||||
Reference in New Issue
Block a user