Fix dynamic lighting for moving world surfaces. Patch by gimhael, thx

This commit is contained in:
Thilo Schulz 2011-03-14 17:25:20 +00:00
parent 379dfbf496
commit c1d8a260ae
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@ void R_AddBrushModelSurfaces ( trRefEntity_t *ent ) {
return;
}
R_SetupEntityLighting( &tr.refdef, ent );
R_DlightBmodel( bmodel );
for ( i = 0 ; i < bmodel->numSurfaces ; i++ ) {