1
0
Fork 0

close Nasal/ dir after reading *.nas files

This commit is contained in:
mfranz 2006-03-13 19:47:22 +00:00
parent 14bad84d6d
commit 5f339a4e83

View file

@ -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();