Eevee: Fix T52357 : SSRefraction broken after adding probe
I forgot the reset the toggle after rendering the probes...
This commit is contained in:
@@ -1044,6 +1044,7 @@ static void render_scene_to_probe(
|
||||
|
||||
/* Restore */
|
||||
sldata->probes->specular_toggle = true;
|
||||
sldata->probes->ssr_toggle = true;
|
||||
txl->planar_pool = tmp_planar_pool;
|
||||
stl->g_data->minzbuffer = tmp_minz;
|
||||
txl->maxzbuffer = tmp_maxz;
|
||||
|
||||
Reference in New Issue
Block a user