Sensebloom / OSCeleton

OSCeleton is a proxy that sends skeleton information collected from the kinect sensor via OSC, making it easier to use input from the device in any language / framework that supports the OSC protocol.
GNU General Public License v3.0
312 stars 72 forks source link

For your consideration sir. #3

Closed zpoley closed 13 years ago

zpoley commented 13 years ago

Building and running on OS X happened to place the userGenerator after the jointCoords in memory, causing the write to jointCoords[3] in jointPos to destroy the userGenerator in memory.

tonyfg commented 13 years ago

Thank you so much, I was going crazy wondering why the build didn't work right with gcc-4.2!