summaryrefslogtreecommitdiff
path: root/src/mesa/main/condrender.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/condrender.c')
-rw-r--r--src/mesa/main/condrender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/condrender.c b/src/mesa/main/condrender.c
index 1676890e244..4c5a59df490 100644
--- a/src/mesa/main/condrender.c
+++ b/src/mesa/main/condrender.c
@@ -136,7 +136,7 @@ _mesa_BeginConditionalRender(GLuint queryId, GLenum mode)
static void
end_conditional_render(struct gl_context *ctx)
{
- FLUSH_VERTICES(ctx, 0x0);
+ FLUSH_VERTICES(ctx, 0, 0);
if (ctx->Driver.EndConditionalRender)
ctx->Driver.EndConditionalRender(ctx, ctx->Query.CondRenderQuery);