mirror of https://github.com/axmolengine/axmol.git
bug on began touch - prevpoint
This commit is contained in:
parent
6b8fded088
commit
a7a2490aee
|
@ -77,6 +77,7 @@ public:
|
||||||
{
|
{
|
||||||
_startPoint = _point;
|
_startPoint = _point;
|
||||||
_startPointCaptured = true;
|
_startPointCaptured = true;
|
||||||
|
_prevPoint = _point;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue