Missing bit of previous commit.

This commit is contained in:
SmileTheory 2016-08-14 22:22:20 -07:00
parent fe8ac838e2
commit 4ce600f5ac
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ static void ParseFlare( dsurface_t *ds, drawVert_t *verts, msurface_t *surf, int
flare->normal[i] = LittleFloat( ds->lightmapVecs[2][i] );
}
surf->cullinfo = CULLINFO_NONE;
surf->cullinfo.type = CULLINFO_NONE;
}