text: update code for new job system

This commit is contained in:
itsmattkc
2022-05-03 14:25:29 -07:00
parent d6670dfe47
commit 5d06c58a29
+1 -1
View File
@@ -89,7 +89,7 @@ void TextGeneratorV3::Value(const NodeValueRow &value, const NodeGlobals &global
job.SetColorspace(project()->color_manager()->GetDefaultInputColorSpace());
if (!job.GetValue(kTextInput).data().toString().isEmpty()) {
table->Push(NodeValue::kGenerateJob, QVariant::fromValue(job), this);
table->Push(NodeValue::kTexture, QVariant::fromValue(job), this);
}
}