mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix the gl stack overflow (and make sure all skybrush surfaces get checked
and queued)
This commit is contained in:
parent
f5462048fe
commit
f7b1196b8d
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue