comment for clarity
This commit is contained in:
parent
fdbe3251b3
commit
eebc843cb4
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user