mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2024-11-23 07:47:59 -05:00
Changed default PanGesture#maxNumTouchesRequired to uint.MAX_VALUE
This commit is contained in:
parent
2e02b13581
commit
37f6220eb5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ package org.gestouch.gestures
|
||||||
|
|
||||||
|
|
||||||
/** @private */
|
/** @private */
|
||||||
private var _maxNumTouchesRequired:uint = 1;
|
private var _maxNumTouchesRequired:uint = uint.MAX_VALUE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue