Fix build

This commit is contained in:
mittorn 2017-03-30 21:39:08 +00:00
parent f51e6ab1e2
commit 236586eed5
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7eeb1baab6b4b5c5d86eb9594bbfab92d8219c17
Subproject commit 74189412984298bbbb56b6912c108345ef05dc60

View file

@ -1254,7 +1254,7 @@ class EngineTouchListener_v5 implements View.OnTouchListener{
XashActivity.nativeMouseMove(x - lx, y -ly);
lx = x;
ly = y;
return;
return true;
}
for (i = 0; i < pointerCount; i++) {
pointerFingerId = event.getPointerId(i);