diff options
Diffstat (limited to 'src/platform_glfw.c')
| -rw-r--r-- | src/platform_glfw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platform_glfw.c b/src/platform_glfw.c index 9b71516..394695d 100644 --- a/src/platform_glfw.c +++ b/src/platform_glfw.c @@ -220,8 +220,8 @@ static void render_init_opengl(Window *restrict w, const u32 flags) { ctx->Enable(GL_CULL_FACE); ctx->CullFace(GL_BACK); - ctx->Enable(GL_DEPTH_TEST); - ctx->DepthFunc(GL_LESS); + //ctx->Enable(GL_DEPTH_TEST); + //ctx->DepthFunc(GL_LESS); w->context = ctx; w->renderer = WINDOW_RENDERER_OPENGL; |
