partially functional transform

This commit is contained in:
itsmattkc
2019-09-09 18:11:04 +10:00
parent ba7a10177f
commit 9ff4a81ec8
14 changed files with 155 additions and 11 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ void RendererProcessor::CacheNext()
rational cache_frame = cache_queue_.takeFirst();
//qDebug() << "[RendererProcessor] Caching" << cache_frame.toDouble();
qDebug() << "[RendererProcessor] Caching" << cache_frame.toDouble();
threads_.first()->Queue(NodeDependency(texture_input_->get_connected_output(), cache_frame), true);