mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-29 10:08:51 +01:00
Fixed SDL grabwindow bug when unloadSDL = false.
This commit is contained in:
parent
6e00bc18a0
commit
1c155f710f
@ -139,6 +139,8 @@ void RetroFE::launchEnter( )
|
||||
// Play launch sound
|
||||
currentPage_->launchEnter( );
|
||||
|
||||
SDL_SetWindowGrab(SDL::getWindow(), SDL_FALSE);
|
||||
|
||||
// Free the textures, and optionally take down SDL
|
||||
freeGraphicsMemory( );
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user