fix sun specular being turned off for DH water

This commit is contained in:
Xonk 2024-11-15 19:02:21 -05:00 committed by MikiP98
parent 09a927db73
commit e7401e9d95

View File

@ -4,6 +4,9 @@
#include "/lib/color_transforms.glsl"
#include "/lib/projections.glsl"
#ifdef OVERWORLD_SHADER
#define WATER_SUN_SPECULAR
#endif
uniform vec2 texelSize;
// uniform int moonPhase;
uniform float frameTimeCounter;