ref_gl: fix compiler warning, most useful commit
This commit is contained in:
parent
58a747e8ac
commit
2d48e73f9d
1 changed files with 1 additions and 1 deletions
|
@ -1207,7 +1207,7 @@ void R_RenderBrushPoly( msurface_t *fa, int cull_type )
|
||||||
}
|
}
|
||||||
|
|
||||||
// dynamic this frame or dynamic previously
|
// dynamic this frame or dynamic previously
|
||||||
if(( fa->dlightframe == tr.framecount ))
|
if( fa->dlightframe == tr.framecount )
|
||||||
{
|
{
|
||||||
dynamic:
|
dynamic:
|
||||||
// NOTE: at this point we have only valid textures
|
// NOTE: at this point we have only valid textures
|
||||||
|
|
Loading…
Add table
Reference in a new issue