various changes to rendering flow and structure
This commit is contained in:
@@ -131,7 +131,7 @@ QList<NodeDependency> TrackOutput::RunDependencies(NodeOutput* output, const rat
|
||||
ValidateCurrentBlock(time);
|
||||
|
||||
if (current_block_ != this) {
|
||||
deps.append(NodeDependency(current_block_->texture_output(), time));
|
||||
deps.append(NodeDependency(current_block_->texture_output(), time, time));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user