close Nasal/ dir after reading *.nas files
This commit is contained in:
parent
14bad84d6d
commit
5f339a4e83
1 changed files with 1 additions and 0 deletions
|
@ -387,6 +387,7 @@ void FGNasalSys::init()
|
|||
if(file.extension() != "nas") continue;
|
||||
loadModule(fullpath, file.base().c_str());
|
||||
}
|
||||
ulCloseDir(dir);
|
||||
|
||||
// Pull scripts out of the property tree, too
|
||||
loadPropertyScripts();
|
||||
|
|
Loading…
Add table
Reference in a new issue