From 2b1082df63bab6c6ab900d21a3b27714244c7589 Mon Sep 17 00:00:00 2001 From: OV2 Date: Thu, 4 Apr 2013 21:23:00 +0200 Subject: [PATCH] derp --- gfx/d3d9/d3d9.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/d3d9/d3d9.cpp b/gfx/d3d9/d3d9.cpp index 44a8c4143d..af368060cf 100644 --- a/gfx/d3d9/d3d9.cpp +++ b/gfx/d3d9/d3d9.cpp @@ -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); }