nodetraverser: always push primary input last if applicable
This commit is contained in:
@@ -340,6 +340,11 @@ public:
|
||||
values_.append(value);
|
||||
}
|
||||
|
||||
void Push(const NodeValueTable& value)
|
||||
{
|
||||
values_.append(value.values_);
|
||||
}
|
||||
|
||||
void Push(NodeValue::Type type, const QVariant& data, const Node *from, bool array = false, const QString& tag = QString())
|
||||
{
|
||||
Push(NodeValue(type, data, from, array, tag));
|
||||
|
||||
Reference in New Issue
Block a user