aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcode/pnd/egl_glimp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/pnd/egl_glimp.c b/code/pnd/egl_glimp.c
index 085cfea..c0088a7 100755
--- a/code/pnd/egl_glimp.c
+++ b/code/pnd/egl_glimp.c
@@ -111,7 +111,7 @@ static void make_window(Display * dpy, Screen * scr, EGLDisplay eglDisplay,
EGL_GREEN_SIZE, 6,
EGL_BLUE_SIZE, 5,
- //EGL_DEPTH_SIZE, 8,
+ EGL_DEPTH_SIZE, 8,
EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT,