diff --git a/src/xrEngine/x_ray.cpp b/src/xrEngine/x_ray.cpp index c8ca7f1d480..86f9104e0b3 100644 --- a/src/xrEngine/x_ray.cpp +++ b/src/xrEngine/x_ray.cpp @@ -400,8 +400,6 @@ int CApplication::Run() case SDL_WINDOWEVENT: { const auto window = SDL_GetWindowFromID(event.window.windowID); - if (!window) - continue; switch (event.window.event) {