From aa57db03bbc6aabdd2024ceb5ad462c306315361 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 24 Jul 2024 14:09:02 +0200 Subject: [PATCH] Revert debug change --- Source/Engine/Graphics/Graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Graphics/Graphics.cpp b/Source/Engine/Graphics/Graphics.cpp index d60e3d8e8..489299714 100644 --- a/Source/Engine/Graphics/Graphics.cpp +++ b/Source/Engine/Graphics/Graphics.cpp @@ -23,7 +23,7 @@ Quality Graphics::GlobalSDFQuality = Quality::High; Quality Graphics::GIQuality = Quality::High; bool Graphics::GICascadesBlending = false; PostProcessSettings Graphics::PostProcessSettings; -bool Graphics::SpreadWorkload = false; +bool Graphics::SpreadWorkload = true; #if GRAPHICS_API_NULL extern GPUDevice* CreateGPUDeviceNull();