- OSX bug: selecting vertices in imagewindow didnt draw in frontbuf visibly

added a glFlush
This commit is contained in:
2003-06-11 15:40:25 +00:00
parent ef4c05bd6c
commit 2c6da7a2db

View File

@@ -719,6 +719,7 @@ void mouse_select_sima(void)
glDrawBuffer(GL_FRONT);
draw_tfaces();
glFlush(); // at OSX, a flush pops up the "frontbuffer" (it does a swap, doh!)
glDrawBuffer(GL_BACK);
std_rmouse_transform(transform_tface_uv);