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