From aa4120433e67587155ff2530ad7057c88ff43d3c Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Thu, 8 May 2025 22:59:01 +1000 Subject: [PATCH] fuck --- src/main/resources/assets/voxy/shaders/lod/gl46/quads2.vert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/voxy/shaders/lod/gl46/quads2.vert b/src/main/resources/assets/voxy/shaders/lod/gl46/quads2.vert index bd07f8db..ab2c9b5b 100644 --- a/src/main/resources/assets/voxy/shaders/lod/gl46/quads2.vert +++ b/src/main/resources/assets/voxy/shaders/lod/gl46/quads2.vert @@ -119,7 +119,7 @@ void main() { flags |= uint(!modelHasMipmaps(model))<<1; //Compute lighting - tinting = getLighting(extractLightId(quad)).rgb; + tinting = getLighting(extractLightId(quad)); //Apply model colour tinting uint tintColour = model.colourTint;