Skip to content

Commit

Permalink
increase point size
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor authored and Andor committed Oct 22, 2010
1 parent 6ded15f commit fc69d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/verts_cols/mickey.js
Expand Up @@ -104,7 +104,7 @@ function start(){
ps.setup(document.getElementById('canvas'), render);

ps.background([0,0,0,0.5]);
ps.pointSize(5);
ps.pointSize(9);

ps.onMouseScroll = zoom;
ps.onMousePressed = mousePressed;
Expand Down

0 comments on commit fc69d1a

Please sign in to comment.