This commit is contained in:
OV2 2013-04-04 21:23:00 +02:00
parent 7924e06732
commit 2b1082df63

View File

@ -1097,7 +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();
link_info.float_framebuffer = float_fbos.back();
chain->add_pass(link_info);
}