Bug fix for SDL video not initializing correctly.

This commit is contained in:
mjbudd77 2021-05-19 21:25:50 -04:00
parent e8573b79bc
commit 4eb7543838
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ consoleWin_t::consoleWin_t(QWidget *parent)
mainMenuPauseWhenActv = false;
g_config->getOption( "SDL.PauseOnMainMenuAccess", &mainMenuPauseWhenActv );
g_config->getOption ("SDL.VideoDriver", &use_SDL_video);
if ( use_SDL_video )
{