Merge pull request #7271 from newnon/v3_getPreviousLocation_fix

bug on began touch - prevpoint
This commit is contained in:
minggo 2014-08-19 09:49:01 +08:00
commit dd1bc70cde
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public:
{
_startPoint = _point;
_startPointCaptured = true;
_prevPoint = _point;
}
}
/**