mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
refs #271 Changed the default X-Plane model to one that is part of the basic CSL package of xbus.
This makes traffic visible in X-Plane once again.
This commit is contained in:
@@ -64,10 +64,10 @@ namespace BlackSimPlugin
|
|||||||
|
|
||||||
m_modelMatcher.setModelMappingProvider(BlackMisc::make_unique<CModelMappingsProviderDummy>());
|
m_modelMatcher.setModelMappingProvider(BlackMisc::make_unique<CModelMappingsProviderDummy>());
|
||||||
m_modelMatcher.setDefaultModel(CAircraftModel(
|
m_modelMatcher.setDefaultModel(CAircraftModel(
|
||||||
"__A319/A319_CFM.obj __A319/DAL.png",
|
"__XPFW_Jets/A320_a/A320_a_Austrian_Airlines.obj __XPFW_Jets/A320_a/A320_a_Austrian_Airlines.png",
|
||||||
CAircraftModel::TypeModelMatchingDefaultModel,
|
CAircraftModel::TypeModelMatchingDefaultModel,
|
||||||
"A319 CFM DAL",
|
"A320 AUA",
|
||||||
CAircraftIcaoCode("A319", "L2J")
|
CAircraftIcaoCode("A320", "L2J")
|
||||||
));
|
));
|
||||||
|
|
||||||
resetData();
|
resetData();
|
||||||
|
|||||||
Reference in New Issue
Block a user