- testing commit for drawing error sgi

This commit is contained in:
Ton Roosendaal
2003-10-05 20:35:30 +00:00
parent a082b8e1b0
commit bc22c485c7

View File

@@ -2899,6 +2899,16 @@ void drawscreen(void)
drawscredge_area(sa);
sa= sa->next;
}
glDrawBuffer(GL_FRONT);
sa= G.curscreen->areabase.first;
while(sa) {
drawscredge_area(sa);
sa= sa->next;
}
glDrawBuffer(GL_BACK);
}
/* ********************************* */