Skip to content

Commit

Permalink
Revert "Ignore SDL window events if can't acquire the window"
Browse files Browse the repository at this point in the history
This reverts commit ae15e9e.
  • Loading branch information
Xottab-DUTY committed Feb 8, 2025
1 parent ae15e9e commit 4003352
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xrEngine/x_ray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4003352

Please sign in to comment.