Skip to content

Commit

Permalink
fixed /lost_user improper osc message
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Jul 19, 2011
1 parent 370c949 commit ae39aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OSCeleton.cpp
Expand Up @@ -137,7 +137,7 @@ void XN_CALLBACK_TYPE lost_user(xn::UserGenerator& generator, XnUserID nId, void

if (kitchenMode) return;

lo_send(addr, "/new_user","i",(int)nId);
lo_send(addr, "/lost_user","i",(int)nId);
}


Expand Down

0 comments on commit ae39aad

Please sign in to comment.