2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-29 05:20:23 +01:00

Disable MouseMove debug message

This commit is contained in:
mittorn 2017-04-25 21:55:30 +00:00
parent 27ca283446
commit 7c44e6451a

View File

@ -1624,7 +1624,7 @@ class JoystickHandler_v12 extends JoystickHandler
}
XashActivity.nativeMouseMove( x, y );
Log.v("XashInput", "MouseMove: " +x + " " + y );
//Log.v("XashInput", "MouseMove: " +x + " " + y );
return true;
}