aboutsummaryrefslogtreecommitdiff
path: root/BuddhaTest/Shaders/BuddhaCompute.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'BuddhaTest/Shaders/BuddhaCompute.glsl')
-rw-r--r--BuddhaTest/Shaders/BuddhaCompute.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuddhaTest/Shaders/BuddhaCompute.glsl b/BuddhaTest/Shaders/BuddhaCompute.glsl
index ec246d1..c94df12 100644
--- a/BuddhaTest/Shaders/BuddhaCompute.glsl
+++ b/BuddhaTest/Shaders/BuddhaCompute.glsl
@@ -70,7 +70,7 @@ float hash1(uint seed, out uint hash)
vec2 compSqr(in vec2 v)
{
- return vec2(v.x*v.x-v.y*v.y, 2.0*v.x*v.y);
+ return vec2(v.x*v.x-v.y*v.y, 2.0*v.x*v.y);
}
bool isInMainCardioid(vec2 v)