Eevee: Fix T52357 : SSRefraction broken after adding probe

I forgot the reset the toggle after rendering the probes...
This commit is contained in:
Clément Foucault
2017-09-13 19:31:48 +02:00
parent 1fca11d5cb
commit 2d261685a9

View File

@@ -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;