prime31 / TouchKit

Gestures and input handling made sane for Unity
904 stars 137 forks source link

BUGFIX: Static TouchKit instance not being created #16

Closed bncastle closed 10 years ago

bncastle commented 10 years ago

Removed check for null instance in addGestureRecognizer() since it was preventing the creation of the static TouchKit instance.