Skip to content

Commit e2d6fbd

Browse files
authored
fix colored lighting
1 parent b5c73d3 commit e2d6fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shaders/lib/common.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define ANISOTROPIC_FILTER 0 //[0 4 8 16]
3030
#define ENTITY_SHADOW 1 //[-1 1 2]
3131

32-
// #define COLORED_LIGHTING 128 //[128 192 256 384 512 768 1024]
32+
#define COLORED_LIGHTING 0 //[128 192 256 384 512 768 1024]
3333
#define WORLD_SPACE_REFLECTIONS -1 //[-1 1]
3434
#if defined IRIS_FEATURE_CUSTOM_IMAGES && SHADOW_QUALITY > -1 && !defined MC_OS_MAC && !(defined DH_TERRAIN || defined DH_WATER)
3535
#define COLORED_LIGHTING_INTERNAL COLORED_LIGHTING

0 commit comments

Comments
 (0)