fix z-buffer issues on x11/mesa

This commit is contained in:
Deviance 2014-05-06 00:01:08 +03:00
parent 197d4e2f8e
commit 716c1ae022
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Error ContextGL_X11::initialize() {
GLX_RED_SIZE, 1,
GLX_GREEN_SIZE, 1,
GLX_BLUE_SIZE, 1,
GLX_DEPTH_SIZE,0,
GLX_DEPTH_SIZE, 24,
None
};