Improve ModelLoader to find and parse XPlane flyable planes

refs #582
This commit is contained in:
Roland Winklmeier
2016-02-03 23:54:39 +01:00
parent 7cac547f1e
commit d8eda7ea4b
3 changed files with 81 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ namespace BlackMisc
{
return make_unique<CAircraftModelLoaderXPlane>(
CSimulatorInfo(CSimulatorInfo::XPLANE),
CXPlaneUtil::xbusLegacyDir());
CXPlaneUtil::xplaneRootDir());
}
else
{