mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
feat: new lights and number of engines increased to 6
This commit is contained in:
@@ -58,7 +58,7 @@ namespace swift::misc::simulation::msfs2024
|
||||
|
||||
// TODO TZ Implement model queries via SimConnect if possible
|
||||
// misc shut not include simconnect headers or plugins directly
|
||||
|
||||
// still no idea how to do that
|
||||
const CSimulatorInfo simulatorInfo = CSimulatorInfo::msfs2024();
|
||||
allModels =
|
||||
CCentralMultiSimulatorModelCachesProvider::modelCachesInstance().getSynchronizedCachedModels(simulatorInfo);
|
||||
@@ -83,7 +83,7 @@ namespace swift::misc::simulation::msfs2024
|
||||
if (m_parserWorker && !m_parserWorker->isFinished()) { return; }
|
||||
emit this->diskLoadingStarted(simulator, mode);
|
||||
|
||||
// TODO TZ simplify, we don't need directories
|
||||
// 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]() {
|
||||
auto models = this->performParsing();
|
||||
|
||||
Reference in New Issue
Block a user