mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +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.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,
|
||||
"A319 CFM DAL",
|
||||
CAircraftIcaoCode("A319", "L2J")
|
||||
"A320 AUA",
|
||||
CAircraftIcaoCode("A320", "L2J")
|
||||
));
|
||||
|
||||
resetData();
|
||||
|
||||
Reference in New Issue
Block a user