renderer: optimizing and fixing code paths
Re-introducing some old concepts for the new structure.
This commit is contained in:
@@ -85,7 +85,7 @@ bool ExportTask::Run()
|
||||
}
|
||||
|
||||
// Start render process
|
||||
Render({range}, mat, params_.audio_enabled());
|
||||
Render({range}, mat, params_.audio_enabled(), false);
|
||||
|
||||
bool success = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user