valuenode: add boolean type

Fixes #2145
This commit is contained in:
itsmattkc
2023-02-21 23:15:03 -08:00
parent 52021a8694
commit 7ecabfa68d
+1
View File
@@ -35,6 +35,7 @@ const QVector<NodeValue::Type> ValueNode::kSupportedTypes = {
NodeValue::kText,
NodeValue::kMatrix,
NodeValue::kFont,
NodeValue::kBoolean,
};
#define super Node