Revert debug change

This commit is contained in:
2024-07-24 14:09:02 +02:00
parent b2e228c090
commit aa57db03bb
+1 -1
View File
@@ -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();