- fixed display of dashed helpline, when rotating multiple objects or

around the 3d cursor.
  fix only works for OSX and certain nvidia cards. they need a glFinish()
  call after drawing in frontbuffer.
This commit is contained in:
Ton Roosendaal 2003-09-17 10:23:53 +00:00
parent 357b070120
commit c01d06df3c

@ -272,7 +272,7 @@ void helpline(float *vec)
setlinestyle(0);
persp(1);
glFinish(); // flush display for frontbuffer
glDrawBuffer(GL_BACK);
}