mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ref_gl: fix #52
This commit is contained in:
@@ -2910,7 +2910,7 @@ static qboolean R_CheckLightMap( msurface_t *fa )
|
||||
}
|
||||
|
||||
// already up to date
|
||||
if( !is_dynamic && ( fa->dlightframe != tr.framecount || maps == MAX_LIGHTMAPS ) )
|
||||
if( !is_dynamic && ( fa->dlightframe != tr.framecount || maps == MAXLIGHTMAPS ) )
|
||||
return false;
|
||||
|
||||
// build lightmap
|
||||
|
||||
Reference in New Issue
Block a user