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

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);