Skip to content

Commit

Permalink
Simple variable name correction
Browse files Browse the repository at this point in the history
  • Loading branch information
georgerappel committed May 8, 2015
1 parent f11579b commit c50ec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exemplos/Processing/OSC_Receiver/OSC_Receiver.pde
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ void setup() {
size(640, 480);
smooth();
noStroke();
osc_receiver = new OscP5(this, receive_port);
osc_receiver = new OscP5(this, receiver_port);
}

void oscEvent(OscMessage msg) {
Expand Down

0 comments on commit c50ec2c

Please sign in to comment.