Multiview: fix crashes with pageflip mode - by Cédric Paille (cedricp)

This commit is contained in:
Dalai Felinto 2015-04-09 15:20:45 -03:00
parent 866532360c
commit 33028d17a0

@ -79,6 +79,8 @@ static void wm_method_draw_stereo3d_pageflip(wmWindow *win)
wm_triple_draw_textures(win, drawdata->triple, 1.0f); wm_triple_draw_textures(win, drawdata->triple, 1.0f);
} }
glDrawBuffer(GL_BACK);
} }
static GLuint left_interlace_mask[32]; static GLuint left_interlace_mask[32];