Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
WestLangley committed Oct 27, 2018
1 parent 5e23ac5 commit 3809b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_points_waves.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

Expand Down

0 comments on commit 3809b1f

Please sign in to comment.