mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Ref T529, using sort order in model loader
This commit is contained in:
committed by
Mat Sutcliffe
parent
728a76fc2c
commit
001d90bd6b
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user