X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=shaders%2Fscoretext.h;fp=shaders%2Fscoretext.h;h=eea32ee1d651dfcbf1a03a8550c4e80e2c4a291e;hb=d5405f24a854aff8b76bb126492f2c18bc874270;hp=4f1dc8f9546775c85f7cc0eed1f516a015e9a63f;hpb=70792eeb23451cef1f3a103e0c9515b833f81899;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/shaders/scoretext.h b/shaders/scoretext.h index 4f1dc8f..eea32ee 100644 --- a/shaders/scoretext.h +++ b/shaders/scoretext.h @@ -36,7 +36,7 @@ static struct vg_shader _shader_scoretext = { " float s = -sin(w*0.2);\n" " float r = 0.2;\n" "\n" -" float w1 = clamp( w*4.0 - a_co.y*10.0, -1.0, 1.0 ) * (3.14159265*2.5);\n" +" float w1 = clamp( w*4.0 - a_co.y*10.0, -1.0, 1.0 ) * (3.14159265*0.5);\n" " float c1 = cos(w1);\n" " float s1 = sin(w1);\n" "\n"