From e1b81a7cc3afd67e42a365101fd48450bf4240b8 Mon Sep 17 00:00:00 2001 From: Shredder Date: Sat, 11 Apr 2026 15:21:21 +0500 Subject: [PATCH] another attempt... i hate gles... --- src/client/renderer/Lighting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/renderer/Lighting.cpp b/src/client/renderer/Lighting.cpp index 5633f78..4151cb2 100644 --- a/src/client/renderer/Lighting.cpp +++ b/src/client/renderer/Lighting.cpp @@ -19,7 +19,7 @@ void Lighting::turnOn(Minecraft* minecraft) { glEnable(GL_LIGHT0); glEnable(GL_LIGHT1); glEnable(GL_COLOR_MATERIAL); - glColorMaterial(GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE); + // glColorMaterial(GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE); constexpr float a = 0.4f; constexpr float d = 0.6f;