mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00: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
|
// 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;
|
return false;
|
||||||
|
|
||||||
// build lightmap
|
// build lightmap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user