Browse Source

ref_gl: fix compiler warning, most useful commit

pull/2/head
Alibek Omarov 5 years ago
parent
commit
2d48e73f9d
  1. 2
      ref_gl/gl_rsurf.c

2
ref_gl/gl_rsurf.c

@ -1207,7 +1207,7 @@ void R_RenderBrushPoly( msurface_t *fa, int cull_type ) @@ -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

Loading…
Cancel
Save