fixed uninitialized variable

This commit is contained in:
itsmattkc
2021-01-30 09:41:26 +11:00
parent 29eccf8e84
commit 060714cec6
+1 -1
View File
@@ -223,7 +223,7 @@ NodeValueTable TransitionBlock::Value(NodeValueDatabase &value) const
data_type = NodeValue::kNone;
}
NodeValue::Type job_type;
NodeValue::Type job_type = NodeValue::kNone;
QVariant push_job;
if (data_type == NodeValue::kTexture) {