nodes: implemented core of manual table value selection

This commit is contained in:
itsmattkc
2021-09-07 15:27:07 -07:00
parent a3ac761b55
commit a0706a78d8
71 changed files with 517 additions and 434 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ QByteArray RenderManager::Hash(const Node *n, const QString& output, const Video
hasher.addData(reinterpret_cast<const char*>(&interlacing), sizeof(interlacing));
if (n) {
n->Hash(output, hasher, time, params);
n->Hash(output, hasher, NodeTraverser::GenerateGlobals(params, time), params);
}
return hasher.result();