mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 13:21:51 +08:00
Fix build
This commit is contained in:
Submodule jni/src/Xash3D/xash3d updated: 7eeb1baab6...7418941298
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user