volume: insert volume input

Fixes #1924
This commit is contained in:
itsmattkc
2022-05-12 12:00:00 -07:00
parent 6613ff3296
commit 165a8edd0a
+1
View File
@@ -81,6 +81,7 @@ void VolumeNode::Value(const NodeValueRow &value, const NodeGlobals &globals, No
} else {
// Requires job
SampleJob job(kSamplesInput, value);
job.Insert(kVolumeInput, value);
table->Push(NodeValue::kSamples, QVariant::fromValue(job), this);
}
}