comment for clarity

This commit is contained in:
Quaternions 2024-01-08 15:09:19 -08:00
parent fdbe3251b3
commit eebc843cb4

View File

@ -448,6 +448,7 @@ fn decompile(input_file:std::path::PathBuf,output_folder:std::path::PathBuf)->AR
parent_node.children.push(referent); parent_node.children.push(referent);
tree_refs.insert(referent,node); tree_refs.insert(referent,node);
} }
//look no further, turn this node and all its children into a model
if skip{ if skip{
continue; continue;
} }