From eebc843cb48eaa25d4016af933bb95944977590b Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 8 Jan 2024 15:09:19 -0800 Subject: [PATCH] comment for clarity --- src/main.rs | 1 + 1 file changed, 1 insertion(+) 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; }