Attempt to fix game cooking regression from ef188d06c4

This commit is contained in:
Wojtek Figat
2025-04-22 23:44:34 +02:00
parent 992b08025f
commit f0bcc70563
3 changed files with 4 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ void GPUTasksContext::Run(GPUTask* task)
ASSERT(task != nullptr);
task->Execute(this);
if (task->GetSyncStart() != 0)
//if (task->GetSyncStart() != 0)
_tasksSyncing.Add(task);
}