Force close the splash
This commit is contained in:
parent
ec64ceeff2
commit
07ecdc5fbb
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue