Fix T77672 EEVEE: Reflections with reflection plane broken (regression)

This commit is contained in:
Clément Foucault 2020-06-24 13:50:20 +02:00
parent be0622533d
commit 9b3dfbe651
Notes: blender-bot 2023-02-14 05:12:59 +01:00
Referenced by issue #77672, Eevee. Reflections with  reflection plane broken (regression)
1 changed files with 2 additions and 2 deletions

View File

@ -957,8 +957,8 @@ static void lightbake_render_scene_reflected(int layer, EEVEE_BakeRenderData *us
/* Slight modification: we handle refraction as normal
* shading and don't do SSRefraction. */
DRW_draw_pass(psl->depth_ps);
DRW_draw_pass(psl->depth_refract_ps);
DRW_draw_pass(psl->depth_clip_ps);
DRW_draw_pass(psl->depth_refract_clip_ps);
DRW_draw_pass(psl->probe_background);
EEVEE_create_minmax_buffer(vedata, tmp_planar_depth, layer);