mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 13:41:33 +01:00
ref_gl: fix #52
This commit is contained in:
parent
7702a7a8d0
commit
2202e13a61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user