LightBuzz / Vitruvius

A set of easy-to-use Kinect utilities that will speed-up the development of your projects.
http://vitruviuskinect.com
Apache License 2.0
229 stars 82 forks source link

Small typo fix #26

Closed stephenhowell closed 8 years ago

stephenhowell commented 8 years ago

Changed case (GestureType.JointHands): break; to case (GestureType.JoinedHands): break;

Vangos commented 8 years ago

Thanks for pointing this out!