IOQ3 commit 1933

This commit is contained in:
Richard Allen 2011-05-18 00:21:14 +00:00
parent 9957d68ba5
commit 914639b0d4

View file

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