fix the gl stack overflow (and make sure all skybrush surfaces get checked

and queued)
This commit is contained in:
Bill Currie 2003-08-28 19:50:28 +00:00
parent f5462048fe
commit f7b1196b8d

View file

@ -364,7 +364,6 @@ R_DrawBrushModel (entity_t *e)
} else if (psurf->flags & SURF_DRAWSKY) {
// QSG FIXME: add modelalpha support for sky brushes
CHAIN_SURF_F2B (psurf, sky_chain);
return;
} else {
texture_t *tex;