Eevee: Fix wrong default overscan value

This commit is contained in:
2018-10-31 19:40:00 +01:00
parent e3384800a1
commit f14315bac4

View File

@@ -919,7 +919,7 @@ void BKE_scene_init(Scene *sce)
sce->eevee.light_cache = NULL;
sce->eevee.overscan = 0.3f;
sce->eevee.overscan = 3.0f;
sce->eevee.flag =
SCE_EEVEE_VOLUMETRIC_LIGHTS |