[quake3-commits] r1933 - trunk/code/renderer
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Mar 14 13:25:20 EDT 2011
Author: thilo
Date: 2011-03-14 13:25:20 -0400 (Mon, 14 Mar 2011)
New Revision: 1933
Modified:
trunk/code/renderer/tr_world.c
Log:
Fix dynamic lighting for moving world surfaces. Patch by gimhael, thx
Modified: trunk/code/renderer/tr_world.c
===================================================================
--- trunk/code/renderer/tr_world.c 2011-03-14 16:36:40 UTC (rev 1932)
+++ trunk/code/renderer/tr_world.c 2011-03-14 17:25:20 UTC (rev 1933)
@@ -331,6 +331,7 @@
return;
}
+ R_SetupEntityLighting( &tr.refdef, ent );
R_DlightBmodel( bmodel );
for ( i = 0 ; i < bmodel->numSurfaces ; i++ ) {
More information about the quake3-commits
mailing list