Added a flush in radiotisitizer tool, to update draw of shooting patches

while it's doing a 'Go'
This commit is contained in:
Ton Roosendaal 2004-08-29 17:05:19 +00:00
parent 1c5c0485ed
commit 106c3340ad

@ -227,6 +227,7 @@ void drawpatch_ext(RPatch *patch, unsigned int col)
if(oldsa && oldsa!=curarea) areawinset(oldsa->win);
glFlush();
glDrawBuffer(GL_BACK);
if(G.zbuf) glEnable(GL_DEPTH_TEST);
}