remove leftover #include; changed comment
This commit is contained in:
parent
2796f3f4a5
commit
83b64b0140
2 changed files with 3 additions and 5 deletions
|
@ -669,9 +669,9 @@ naRef FGNasalSys::removeListener(int argc, naRef* args)
|
|||
|
||||
|
||||
// FGNasalModelData class. If sgLoad3DModel() is called with a pointer to
|
||||
// such a class, then the modelLoaded() function is executed by the loader,
|
||||
// and the destructor when the model branch is removed from the scene graph.
|
||||
// They are used for calling a model's <load> and <unload> scripts.
|
||||
// such a class, then it lets modelLoaded() run the <load> script, and the
|
||||
// destructor the <unload> script. The latter happens when the model branch
|
||||
// is removed from the scene graph.
|
||||
|
||||
void FGNasalModelData::modelLoaded(const string& path, SGPropertyNode *prop,
|
||||
ssgBranch *)
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
#include <simgear/nasal/nasal.h>
|
||||
#include <simgear/scene/model/model.hxx>
|
||||
|
||||
#include <Main/globals.hxx>
|
||||
|
||||
#include <map>
|
||||
SG_USING_STD(map);
|
||||
|
||||
|
|
Loading…
Reference in a new issue