gameoverhack / ofxOpenNI

Wrapper for OpenNI, NITE and SensorKinect
gingold.com.au
Other
246 stars 121 forks source link

UserNum validation logic #37

Open richardchui opened 11 years ago

richardchui commented 11 years ago

See a couple of validation logic nUserNum - 1 > max_num_users nUserNum - 1 > found_users

If userNum starts from 1, do we really need to - 1? Or am I missing something...