Skip to content

Commit

Permalink
new example demo
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Aug 6, 2013
1 parent 30cec20 commit de68910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Most-Pixels-Ever-Processing/examples/mpeTest/mpeTest.pde
Expand Up @@ -64,7 +64,7 @@ void frameEvent(TCPClient c) {

//--------------------------------------
// Adds a Ball to the stage at the position of the mouse click.
public void mousePressed() {
void mousePressed() {
// never include a ":" when broadcasting your message
int x = mouseX + client.getXoffset();
int y = mouseY + client.getYoffset();
Expand Down

0 comments on commit de68910

Please sign in to comment.