diff --git a/gfx/d3d9/d3d9.cpp b/gfx/d3d9/d3d9.cpp index 843e4a3ec3..44a8c4143d 100644 --- a/gfx/d3d9/d3d9.cpp +++ b/gfx/d3d9/d3d9.cpp @@ -1097,6 +1097,7 @@ void D3DVideo::init_chain_multipass(const video_info_t &info) link_info.tex_w = next_pow2(out_width); link_info.tex_h = next_pow2(out_height); link_info.shader_path = ""; + link_info.float_framebuffer = *float_fbos.end(); chain->add_pass(link_info); }