early-access version 1459

This commit is contained in:
pineappleEA
2021-02-14 10:10:28 +01:00
parent 6da9491544
commit 4adc88d670
15 changed files with 55 additions and 17 deletions

View File

@@ -64,6 +64,7 @@ void AsyncShaders::FreeWorkers() {
void AsyncShaders::KillWorkers() {
is_thread_exiting.store(true);
cv.notify_all();
for (auto& thread : worker_threads) {
thread.detach();
}