lalala ...
This commit is contained in:
parent
3f6183ff15
commit
7da7ab2ce7
|
@ -230,7 +230,6 @@ void sdlwrap_check_window(bool *quit,
|
||||||
*resize = false;
|
*resize = false;
|
||||||
SDL_Event event;
|
SDL_Event event;
|
||||||
#if SDL_MODERN
|
#if SDL_MODERN
|
||||||
// TODO: Find a way to get resize events ...
|
|
||||||
while (SDL_PollEvent(&event))
|
while (SDL_PollEvent(&event))
|
||||||
{
|
{
|
||||||
switch (event.type)
|
switch (event.type)
|
||||||
|
|
Loading…
Reference in New Issue