[Bf-blender-cvs] [6af89c9] master: compile fix

Mike Erwin noreply at git.blender.org
Mon Mar 23 20:04:46 CET 2015


Commit: 6af89c99130cc559d28876946f35f06b72f25e5a
Author: Mike Erwin
Date:   Mon Mar 23 15:04:11 2015 -0400
Branches: master
https://developer.blender.org/rB6af89c99130cc559d28876946f35f06b72f25e5a

compile fix

===================================================================

M	source/blender/gpu/intern/gpu_compositing.c

===================================================================

diff --git a/source/blender/gpu/intern/gpu_compositing.c b/source/blender/gpu/intern/gpu_compositing.c
index a12b9c8..ed8af17 100644
--- a/source/blender/gpu/intern/gpu_compositing.c
+++ b/source/blender/gpu/intern/gpu_compositing.c
@@ -851,7 +851,7 @@ bool GPU_fx_do_composite_pass(GPUFX *fx, float projmat[4][4], bool is_persp, str
 				/* binding takes care of setting the viewport to the downsampled size */
 				GPU_framebuffer_slots_bind(fx->gbuffer, 0);
 
-				GPU_framebuffer_check_valid(fx->gbuffer);
+				GPU_framebuffer_check_valid(fx->gbuffer, NULL);
 
 				glDrawArrays(GL_TRIANGLE_STRIP, 0, 4);
 				/* disable bindings */




More information about the Bf-blender-cvs mailing list