mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
fix again
This commit is contained in:
parent
d3f3d83055
commit
13957d0ffb
@ -21,7 +21,7 @@ public class GLFWController implements Controller{
|
||||
|
||||
@Override
|
||||
public int getButtonCount() {
|
||||
return 0;
|
||||
return 8;
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -81,7 +81,7 @@ public class GLFWController implements Controller{
|
||||
|
||||
@Override
|
||||
public int getAxisCount() {
|
||||
return 0;
|
||||
return 8;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user