mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix warning
This commit is contained in:
parent
5b61168605
commit
4787569104
@ -4561,7 +4561,7 @@ void CEvent::WinToSDLEvent (UINT msg, WPARAM wParam, LPARAM lParam, SDL_Event &e
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (const std::exception &ex)
|
catch (...)
|
||||||
{
|
{
|
||||||
SDL_LogError (SDL_LOG_CATEGORY_APPLICATION, "unsupported keycode");
|
SDL_LogError (SDL_LOG_CATEGORY_APPLICATION, "unsupported keycode");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user