Fix gcc warnings in Rend2.
This commit is contained in:
parent
f4ca81c206
commit
3814f04a8a
3 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue