Fix gcc warnings in Rend2.

This commit is contained in:
Zack Middleton 2012-10-26 03:56:45 +00:00
parent f4ca81c206
commit 3814f04a8a
3 changed files with 5 additions and 4 deletions

View file

@ -763,7 +763,7 @@ void RB_RenderDrawSurfList( drawSurf_t *drawSurfs, int numDrawSurfs ) {
{
depth[0] = 0;
depth[1] = 0.3f;
qglDepthRange (0, 0.3);
qglDepthRange (depth[0], depth[1]);
}
#endif
}