scoreboards
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / scoretext.vs
index f8a940cc7386c96a23b9e74e262cd4eb131c07e5..bcd5b9507cb55af555f53b81a796e48c5a8e6dbb 100644 (file)
@@ -18,7 +18,7 @@ void main()
    float s = -sin(w*0.2);
    float r = 0.2;
 
-   float w1 = clamp( w*4.0 - a_co.y*10.0, -1.0, 1.0 ) *(3.14159265*0.5);
+   float w1 = clamp( w*4.0 - a_co.y*10.0, -1.0, 1.0 ) * (3.14159265*0.5);
    float c1 = cos(w1);
    float s1 = sin(w1);