Revert debug change

This commit is contained in:
Wojtek Figat
2024-07-24 14:09:02 +02:00
parent b2e228c090
commit aa57db03bb

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();