I take that back. This doesn't work yet. :-)
This commit is contained in:
parent
5ebd1a18f3
commit
c386f00312
1 changed files with 1 additions and 3 deletions
|
@ -39,7 +39,6 @@
|
||||||
|
|
||||||
#include <Main/globals.hxx>
|
#include <Main/globals.hxx>
|
||||||
#include <Scenery/scenery.hxx>
|
#include <Scenery/scenery.hxx>
|
||||||
#include <Scripting/NasalSys.hxx>
|
|
||||||
|
|
||||||
|
|
||||||
#include "AIBase.hxx"
|
#include "AIBase.hxx"
|
||||||
|
@ -163,8 +162,7 @@ ssgBranch * FGAIBase::load3DModel(const string& fg_root,
|
||||||
model = sgLoad3DModel(fg_root,
|
model = sgLoad3DModel(fg_root,
|
||||||
path,
|
path,
|
||||||
prop_root,
|
prop_root,
|
||||||
sim_time_sec, 0,
|
sim_time_sec);
|
||||||
new FGNasalModelData);
|
|
||||||
manager->setModel(path, model);
|
manager->setModel(path, model);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue