nodetraverser: always push primary input last if applicable
This commit is contained in:
+1
-2
@@ -50,8 +50,7 @@ Node::Node() :
|
||||
folder_(nullptr),
|
||||
operation_stack_(0),
|
||||
cache_result_(false),
|
||||
flags_(kNone),
|
||||
effect_element_(-1)
|
||||
flags_(kNone)
|
||||
{
|
||||
AddInput(kEnabledInput, NodeValue::kBoolean, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user