mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
fix: aircraftmodelloadermsfs2024
This commit is contained in:
@@ -85,7 +85,7 @@ namespace swift::misc::simulation::msfs2024
|
||||
|
||||
// TODO TZ need help: simplify, we don't need directories in this->performParsing for MSFS2024
|
||||
m_parserWorker = CWorker::fromTask(this, "CAircraftModelLoaderMsfs2024::performParsing",
|
||||
[this, modelDirs, excludedDirectoryPatterns, modelConsolidation]() {
|
||||
[this, modelConsolidation]() {
|
||||
auto models = this->performParsing();
|
||||
if (modelConsolidation) { modelConsolidation(models, true); }
|
||||
return models;
|
||||
|
||||
Reference in New Issue
Block a user