updated exporter to work with new frame flow
This commit is contained in:
@@ -237,7 +237,10 @@ void RenderBackend::CacheNext()
|
||||
}
|
||||
|
||||
if (cache_queue_.isEmpty()) {
|
||||
emit QueueComplete();
|
||||
if (AllProcessorsAreAvailable()) {
|
||||
emit QueueComplete();
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user