mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Fix dynamic lighting for moving world surfaces. Patch by gimhael, thx
This commit is contained in:
parent
379dfbf496
commit
c1d8a260ae
1 changed files with 1 additions and 0 deletions
|
@ -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++ ) {
|
||||
|
|
Loading…
Reference in a new issue