This commit is contained in:
mcrcortex
2025-05-08 22:59:01 +10:00
parent 79f42760b0
commit aa4120433e

View File

@@ -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;