fixed ForNode::evaluate() recursing properly
git-svn-id: svn://anubis/fart/trunk@349 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
parent
84e4569383
commit
ef769f7b4c
@ -149,6 +149,7 @@ NodeRef ForNode::evaluate()
|
||||
}
|
||||
else
|
||||
{
|
||||
(*it)->evaluateChildren(n);
|
||||
eval->addChild(n);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user