We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02607b commit 7eb94e4Copy full SHA for 7eb94e4
src/app/(main)/community/events/map/shaders.ts
@@ -123,7 +123,7 @@ void main() {
123
discard;
124
}
125
float haloAlpha = clamp(haloIntensity, 0.0, 1.0);
126
- color = mix(terrainColor, uMarkerColor, haloAlpha);
+ color = mix(uSeaColor, uMarkerColor, haloAlpha);
127
outColor = vec4(color, 1.0);
128
return;
129
0 commit comments