mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2024-11-27 01:35:40 -05:00
Merge branch 'refs/heads/hotfixes/touch-target-memory-leak' into develop
This commit is contained in:
commit
8d0f163f8f
2 changed files with 5 additions and 1 deletions
|
@ -179,6 +179,8 @@ package org.gestouch.core
|
||||||
_activeTouchesCount--;
|
_activeTouchesCount--;
|
||||||
|
|
||||||
_gesturesManager.onTouchEnd(touch);
|
_gesturesManager.onTouchEnd(touch);
|
||||||
|
|
||||||
|
touch.target = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -194,6 +196,8 @@ package org.gestouch.core
|
||||||
_activeTouchesCount--;
|
_activeTouchesCount--;
|
||||||
|
|
||||||
_gesturesManager.onTouchCancel(touch);
|
_gesturesManager.onTouchCancel(touch);
|
||||||
|
|
||||||
|
touch.target = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
project.version = 0.4.1
|
project.version = 0.4.2
|
Loading…
Reference in a new issue