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

Commit

Permalink
Repaired Centre of Mass Tracking
Browse files Browse the repository at this point in the history
lo_send_bundle(addr, bundle); message missing from sendUserPosMsg.  This
 broke functionality of centre of mass tracking
  • Loading branch information
MylesBorins committed Jul 19, 2011
1 parent ae39aad commit 02ce3f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OSCeleton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ void sendUserPosMsg(XnUserID id) {
}

lo_bundle_add_message(bundle, tmp, msg);
lo_send_bundle(addr, bundle);
}

void sendHandOSC() {
Expand Down

0 comments on commit 02ce3f3

Please sign in to comment.