mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #104044 from bruvzg/rd_pipeline_err_spam
Fix `Invalid Task ID` error spam in `PipelineHashMapRD`.
This commit is contained in:
commit
701505eb4f
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ private:
|
|||
|
||||
void _wait_for_all_pipelines() {
|
||||
thread_local LocalVector<WorkerThreadPool::TaskID> tasks_to_wait;
|
||||
tasks_to_wait.clear();
|
||||
{
|
||||
MutexLock local_lock(local_mutex);
|
||||
for (KeyValue<uint32_t, WorkerThreadPool::TaskID> key_value : compilation_tasks) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue