WestLangley %!s(int64=6) %!d(string=hai) anos
pai
achega
3809b1fa49
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_points_waves.html

+ 1 - 1
examples/webgl_points_waves.html

@@ -62,7 +62,7 @@
 
 			void main() {
 
-       			if ( length( gl_PointCoord - vec2( 0.5, 0.5 ) ) > 0.475 ) discard;
+				if ( length( gl_PointCoord - vec2( 0.5, 0.5 ) ) > 0.475 ) discard;
 
 				gl_FragColor = vec4( color, 1.0 );