mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2025-03-22 10:15:17 -04:00
Untyped globalToLocal call fix
This commit is contained in:
parent
0adfac4c5d
commit
e0a892654d
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ package org.gestouch.gestures
|
|||
updateCentralPoint();
|
||||
_location.x = _centralPoint.x;
|
||||
_location.y = _centralPoint.y;
|
||||
_localLocation = target.globalToLocal(_location);
|
||||
_localLocation = targetAdapter.globalToLocal(_location);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue