mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 05:41:46 +08:00
ref_gl: fix compiler warning, most useful commit
This commit is contained in:
@@ -1207,7 +1207,7 @@ void R_RenderBrushPoly( msurface_t *fa, int cull_type )
|
||||
}
|
||||
|
||||
// dynamic this frame or dynamic previously
|
||||
if(( fa->dlightframe == tr.framecount ))
|
||||
if( fa->dlightframe == tr.framecount )
|
||||
{
|
||||
dynamic:
|
||||
// NOTE: at this point we have only valid textures
|
||||
|
||||
Reference in New Issue
Block a user