nodetraverser: always push primary input last if applicable

This commit is contained in:
itsmattkc
2022-05-07 09:39:08 -07:00
parent dabd6d5d3d
commit 21000c3aa7
5 changed files with 27 additions and 7 deletions
+1 -2
View File
@@ -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);
}