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