Force close the splash

This commit is contained in:
Marek Roszko 2023-09-04 09:20:05 -04:00
parent ec64ceeff2
commit 07ecdc5fbb
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ void PGM_BASE::HideSplash()
if( !m_splash )
return;
m_splash->Close();
m_splash->Close( true );
m_splash->Destroy();
m_splash = nullptr;
}