renderer: optimizing and fixing code paths

Re-introducing some old concepts for the new structure.
This commit is contained in:
itsmattkc
2020-05-26 22:40:54 +10:00
parent 8b872e7c29
commit c907114b17
18 changed files with 750 additions and 714 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ bool CacheTask::Run()
}
}
Render(range_to_cache, QMatrix4x4(), false);
Render(range_to_cache, QMatrix4x4(), false, true);
download_threads_.waitForDone();