updated exporter to work with new frame flow

This commit is contained in:
itsmattkc
2020-01-08 02:27:47 +11:00
parent c8baf4aa3e
commit b8aabb7e01
15 changed files with 232 additions and 43 deletions
+4 -1
View File
@@ -237,7 +237,10 @@ void RenderBackend::CacheNext()
}
if (cache_queue_.isEmpty()) {
emit QueueComplete();
if (AllProcessorsAreAvailable()) {
emit QueueComplete();
}
return;
}