summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-07-19 16:17:12 +0200
committeruser@node5.net <user@node5.net>2025-07-19 16:17:12 +0200
commitf8bd8fbf79c95ed99bea24af3d7d47c1bd0deb57 (patch)
tree6f8511a402362837a5c0a7fe012e7de67c7daad8
parent2617e146328081fa1cc9225706e4b7e01672741a (diff)
Shader - Fix syntax error
-rw-r--r--Shaders/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Shaders/index.md b/Shaders/index.md
index d7c14a6..0202b6c 100644
--- a/Shaders/index.md
+++ b/Shaders/index.md
@@ -44,7 +44,7 @@ float d = sin(uv.y + uv.x - wave_height);
 float c = sin((uv.x + iMouse.x * mouse_effect) * 35.) / (sin(((uv.y + iMouse.y * 2. * mouse_effect) * 20.) - iTime) + 3.);
 //c = sin(c * 2.);
 //float d = c;
-##//d = step(.1, d);
+//d = step(.1, d);
 
 // Intersect waves
 //d = clamp(iTime - d, 0., .1);