Fix: EEVEE-Next: Wrong variable in versioning code

Caused by 32259aa0b6
This commit is contained in:
Clément Foucault
2024-05-29 17:30:08 +02:00
parent 5d213d78e3
commit fabdeff9ca

View File

@@ -3336,7 +3336,7 @@ void blo_do_versions_400(FileData *fd, Library * /*lib*/, Main *bmain)
scene->eevee.clamp_surface_indirect = 10.0f;
/* Make contribution of indirect lighting very small (but non-null) to avoid world lighting
* and volume lightprobe changing the appearance of volume objects. */
scene->eevee.clamp_surface_indirect = 1e-8f;
scene->eevee.clamp_volume_indirect = 1e-8f;
}
}