summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/state_tracker/st_manager.c')
-rw-r--r--src/mesa/state_tracker/st_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_manager.c b/src/mesa/state_tracker/st_manager.c
index 42c3947b7af..030c4edaaa7 100644
--- a/src/mesa/state_tracker/st_manager.c
+++ b/src/mesa/state_tracker/st_manager.c
@@ -666,7 +666,7 @@ st_context_flush(struct st_context_iface *stctxi, unsigned flags,
* it means that glBitmap was called first and then glBegin.
*/
st_flush_bitmap_cache(st);
- FLUSH_VERTICES(st->ctx, 0);
+ FLUSH_VERTICES(st->ctx, 0, 0);
/* Notify the caller that we're ready to flush */
if (before_flush_cb)