mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
Fix lightmap-on-submodels bug from QS (orig bug apparently from vkquake).
This commit is contained in:
parent
f9ad207c65
commit
5cbb199b5c
1 changed files with 1 additions and 0 deletions
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue