mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
refs #585, adjusted loaders
* use paths from settings * no longer pass model directory and exclude directories
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BlackMisc
|
||||
namespace XPlane
|
||||
{
|
||||
/*!
|
||||
* \brief XPlane aircraft model loader
|
||||
* XPlane aircraft model loader
|
||||
* \todo Obj8Aircraft and Obj8 parsers are not yet implemented
|
||||
*/
|
||||
class BLACKMISC_EXPORT CAircraftModelLoaderXPlane : public BlackMisc::Simulation::IAircraftModelLoader
|
||||
@@ -42,7 +42,7 @@ namespace BlackMisc
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
CAircraftModelLoaderXPlane(const BlackMisc::Simulation::CSimulatorInfo &simInfo, const QString &rootDirectory, const QStringList &exludes = {});
|
||||
CAircraftModelLoaderXPlane();
|
||||
|
||||
//! Virtual destructor
|
||||
virtual ~CAircraftModelLoaderXPlane();
|
||||
|
||||
Reference in New Issue
Block a user