renderer: optimizing and fixing code paths
Re-introducing some old concepts for the new structure.
This commit is contained in:
Vendored
+1
-1
@@ -48,7 +48,7 @@ bool CacheTask::Run()
|
||||
}
|
||||
}
|
||||
|
||||
Render(range_to_cache, QMatrix4x4(), false);
|
||||
Render(range_to_cache, QMatrix4x4(), false, true);
|
||||
|
||||
download_threads_.waitForDone();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user