From 3a24982d1ed318b26e5ea191db63cedeb9e8d43f Mon Sep 17 00:00:00 2001 From: onelin Date: Thu, 4 Dec 2025 00:02:54 +0100 Subject: Try linear filtering:) --- src/platform_glfw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/platform_glfw.c') 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; -- cgit v1.3