mirror of https://github.com/axmolengine/axmol.git
Merge pull request #7271 from newnon/v3_getPreviousLocation_fix
bug on began touch - prevpoint
This commit is contained in:
commit
dd1bc70cde
|
@ -77,6 +77,7 @@ public:
|
|||
{
|
||||
_startPoint = _point;
|
||||
_startPointCaptured = true;
|
||||
_prevPoint = _point;
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue