mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-22 17:47:34 +08:00
fix sun specular being turned off for DH water
This commit is contained in:
parent
5b9bb4c089
commit
07212db632
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user