]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/acmodel.cxx
Change FGSteam into a proper subsystem rather than a collection of
[flightgear.git] / src / Model / acmodel.cxx
index 30bebb0c1c0ab0ce78cf2a66725c8bee5072336a..9e9dd6dc0fc745c1164c2b143bbe80073e3409f0 100644 (file)
@@ -51,7 +51,7 @@ FGAircraftModel::~FGAircraftModel ()
 void 
 FGAircraftModel::init ()
 {
-  _aircraft = new FG3DModel;
+  _aircraft = new FGModelPlacement;
   string path = fgGetString("/sim/model/path", "Models/Geometry/glider.ac");
   try {
     _aircraft->init(path);