From 2c06c7f57715627dd727510dd7d384362667d41e Mon Sep 17 00:00:00 2001 From: Qlonever <42286723+Qlonever@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:06:13 -0400 Subject: [PATCH] Fixes indentation --- files/shaders/compatibility/water.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/shaders/compatibility/water.frag b/files/shaders/compatibility/water.frag index 26872be468..6936476c74 100644 --- a/files/shaders/compatibility/water.frag +++ b/files/shaders/compatibility/water.frag @@ -148,7 +148,7 @@ void main(void) #if @radialFog float radialDepth = distance(position.xyz, cameraPos); - // TODO: Figure out how to properly radialise refraction depth and thus underwater fog + // TODO: Figure out how to properly radialise refraction depth and thus underwater fog // while avoiding oddities when the water plane is close to the clipping plane #if @reverseZ radialise = radialDepth / linearDepth;