Fix lightmap-on-submodels bug from QS (orig bug apparently from vkquake).

This commit is contained in:
Shpoike 2021-09-03 07:19:38 +01:00
parent f9ad207c65
commit 5cbb199b5c

View file

@ -570,6 +570,7 @@ void R_DrawBrushModel (entity_t *e)
(!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON)))
{
R_ChainSurface (psurf, chain_model);
R_RenderDynamicLightmaps(clmodel, psurf);
rs_brushpolys++;
}
}