ofxOpenNI
ofxOpenNI copied to clipboard
FIX USER RESETTING
trafficstars
somehow this edit drops lost user correctly.
i also had a problem where the app would crash when it gets to Deleting user1 the second time, and it looks like this fixes it.
+1 . This makes it drop untracked users more effectively.
Without this, ofxOpenNI::getNumTrackedUsers( ) keeps increasing, sometimes even past what's set using ofxOpenNI::setMaxNumUsers(i). This made losing users more dynamic : )