mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 00:59:35 -04:00
Increase deadzone again
This commit is contained in:
parent
88b1c3d9c3
commit
a47361cba0
@ -91,7 +91,7 @@ public class GamepadJoystick {
|
|||||||
*/
|
*/
|
||||||
public float getDeadzone() {
|
public float getDeadzone() {
|
||||||
try{
|
try{
|
||||||
return Math.max(device.getMotionRange(horizontalAxis).getFlat() * 1.8f, 0.15f);
|
return Math.max(device.getMotionRange(horizontalAxis).getFlat() * 1.9f, 0.2f);
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
return 0.2f;
|
return 0.2f;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user