Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Commit

Permalink
/Lost_User Fixed
Browse files Browse the repository at this point in the history
XN_CALLBACK_TYPE lost_user was improperly sending the osc message "/new_
user"… this has been repaired
  • Loading branch information
MylesBorins committed Jul 19, 2011
1 parent 2fefa1c commit fe80cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OSCeleton.cpp
Original file line number Diff line number Diff line change
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 fe80cec

Please sign in to comment.