From 3e3134cb73b0fbf96f4d47f41975fb46d2740a6e Mon Sep 17 00:00:00 2001 From: drwho495 Date: Sun, 7 Dec 2025 15:09:06 -0600 Subject: [PATCH] Implement Fix Switch from checking child tag to checking the materTag --- src/App/ElementMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/ElementMap.cpp b/src/App/ElementMap.cpp index 9f49b94c0a..9cf6798da7 100644 --- a/src/App/ElementMap.cpp +++ b/src/App/ElementMap.cpp @@ -1192,7 +1192,7 @@ void ElementMap::addChildElements(long masterTag, const std::vector= 5 const int threshold {5}; - if ((child.count >= threshold && child.tag != 0) || !child.elementMap) { + if ((child.count >= threshold && masterTag != 0) || !child.elementMap) { encodeElementName(child.indexedName[0], tmp, ss,