🚀 add new default bar in stl.process_bar

This commit is contained in:
ValKmjolnir
2022-07-25 22:15:40 +08:00
parent ac8652f864
commit ea33ce020c
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -194,8 +194,12 @@ nasal_ast nasal_import::load(nasal_ast& root,u16 fileindex)
lib_loaded=true;
}
for(auto& i:root.child())
{
if(imptchk(i))
linker(new_root,fimpt(i));
else
break;
}
// add root to the back of new_root
nasal_ast file_head(0,ast_file);
file_head.set_num(fileindex);