Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Erwin <significant.bit@gmail.com>2015-03-23 22:04:11 +0300
committerMike Erwin <significant.bit@gmail.com>2015-03-23 22:04:11 +0300
commit6af89c99130cc559d28876946f35f06b72f25e5a (patch)
tree12f90720f449364256c3944fb74ed6f187bc3947 /source/blender/gpu
parent1bee77b77ad625111489e4d44531e8fdc5107e7c (diff)
compile fix
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_compositing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_compositing.c b/source/blender/gpu/intern/gpu_compositing.c
index a12b9c8a05b..ed8af17b34c 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 */