Remove XERO_ITER_EL

This commit is contained in:
phosit
2026-09-07 18:06:58 +02:00
parent f8ea2c0d49
commit 7bcee2ea0e
16 changed files with 52 additions and 55 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ void CParamNode::ApplyLayer(const XMBData& xmb, const XMBElement& element, const
ChildrenMap childs;
// Recurse through the element's children
XERO_ITER_EL(element, child)
for (XMBElement child : element.GetChildNodes())
{
node.ApplyLayer(xmb, child, sourceIdentifier);
if (filtering)