From 13f1b76a25b0c56aa919a544e88566cc1e5c9287 Mon Sep 17 00:00:00 2001 From: epochwon Date: Wed, 25 Jun 2025 17:23:04 -0400 Subject: [PATCH] tabs to spaces --- files/shaders/compatibility/water.frag | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/shaders/compatibility/water.frag b/files/shaders/compatibility/water.frag index 6e447daad5..33b6fe1163 100644 --- a/files/shaders/compatibility/water.frag +++ b/files/shaders/compatibility/water.frag @@ -40,8 +40,8 @@ const vec3 SUN_EXT = vec3(0.45, 0.55, 0.68); // sunlight extinction const float SUN_SPEC_FADING_THRESHOLD = 0.15; // visibility at which sun specularity starts to fade const float SPEC_HARDNESS = 256.0; // specular highlights hardness -const float SPEC_BUMPINESS = 5.0; // surface bumpiness boost for specular -const float SPEC_BRIGHTNESS = 1.5; // boosts the brightness of the specular highlights +const float SPEC_BUMPINESS = 5.0; // surface bumpiness boost for specular +const float SPEC_BRIGHTNESS = 1.5; // boosts the brightness of the specular highlights const float BUMP_SUPPRESS_DEPTH = 300.0; // at what water depth bumpmap will be suppressed for reflections and refractions (prevents artifacts at shores) const float REFR_FOG_DISTORT_DISTANCE = 3000.0; // at what distance refraction fog will be calculated using real water depth instead of distorted depth (prevents splotchy shores)