don't keep 'nasal-dir-initialized' node after removing
This commit is contained in:
parent
9ff286ea01
commit
b07eec93f1
1 changed files with 1 additions and 1 deletions
|
@ -691,7 +691,7 @@ void FGNasalSys::init()
|
|||
const char *s = "nasal-dir-initialized";
|
||||
SGPropertyNode *signal = fgGetNode("/sim/signals", true);
|
||||
signal->setBoolValue(s, true);
|
||||
signal->removeChildren(s);
|
||||
signal->removeChildren(s, false);
|
||||
|
||||
// Pull scripts out of the property tree, too
|
||||
loadPropertyScripts();
|
||||
|
|
Loading…
Add table
Reference in a new issue