don't subdivide hint or skip brushes

This commit is contained in:
Bill Currie 2003-04-04 21:48:47 +00:00
parent 6cc7d43b53
commit 3c58b712d9

View file

@ -60,6 +60,9 @@ SubdivideFace (face_t *f, face_t **prevptr)
texinfo_t *tex; texinfo_t *tex;
vec_t v; vec_t v;
if (f->texturenum < 0) // don't subdivide HINT or SKIP
return;
// special (non-surface cached) faces don't need subdivision // special (non-surface cached) faces don't need subdivision
tex = &bsp->texinfo[f->texturenum]; tex = &bsp->texinfo[f->texturenum];