X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=gl_draw.c;h=717f0b8983874b90ff0cb43cb08c519e2714737d;hp=598d9026ca22c068addb1d97eb8a0bee7e2f8bd3;hb=1740f737276f086c2f19758f72881a20e5070b57;hpb=c521eda19f9f97d11ec59e8ae6e8cc81c1890b67 diff --git a/gl_draw.c b/gl_draw.c index 598d9026..717f0b89 100644 --- a/gl_draw.c +++ b/gl_draw.c @@ -397,7 +397,7 @@ void R_DrawQueue(void) } GL_SetupView_ViewPort(vid.realx, vid.realy, vid.realwidth, vid.realheight); GL_SetupView_Mode_Ortho(0, 0, vid.conwidth, vid.conheight, -10, 100); - GL_DepthFunc(GL_LEQUAL); + qglDepthFunc(GL_LEQUAL); R_Mesh_Start(); R_Mesh_Matrix(&r_identitymatrix);