diff --git a/src/Features/ExponentialHeightFog.h b/src/Features/ExponentialHeightFog.h index 0bfadd6b4a..b91b4e8a2c 100644 --- a/src/Features/ExponentialHeightFog.h +++ b/src/Features/ExponentialHeightFog.h @@ -33,7 +33,7 @@ struct ExponentialHeightFog : Feature struct alignas(16) Settings { - uint enabled = 1; + uint enabled = 0; uint useDynamicCubemaps = 0; float startDistance = 0.0f; float fogHeight = 0.0f;