Fixed apperance interface (#551)
parent
6b4610e808
commit
903f4f144f
|
@ -123,8 +123,11 @@ void CMainUserInterface::ShowLoadingScreen(bool show)
|
|||
}
|
||||
else
|
||||
{
|
||||
m_screenLoading->DestroyInterface();
|
||||
m_currentScreen = nullptr;
|
||||
if (m_currentScreen == m_screenLoading.get())
|
||||
{
|
||||
m_screenLoading->DestroyInterface();
|
||||
m_currentScreen = nullptr;
|
||||
}
|
||||
m_app->SetMouseMode(m_settings->GetSystemMouse() ? MOUSE_SYSTEM : MOUSE_ENGINE);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue