Ref T529, using sort order in model loader

This commit is contained in:
Klaus Basan
2019-02-05 15:57:54 +01:00
committed by Mat Sutcliffe
parent 728a76fc2c
commit 001d90bd6b
3 changed files with 4 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ namespace BlackMisc
m_parserWorker->thenWithResult<CAircraftModelList>(this, [ = ](const auto & models)
{
this->updateInstalledModels(models);
m_loadingMessages.freezeOrder();
emit this->loadingFinished(m_loadingMessages, simulator, ParsedData);
});
}