mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -04:00
fix method
This commit is contained in:
parent
07b72b410f
commit
d3f3d83055
@ -9,7 +9,7 @@ public static void create() {
|
||||
ctrlr = new GLFWController();
|
||||
ctrlr.jid = 0;
|
||||
}
|
||||
public static Controller getController() {
|
||||
public static Controller getController(int ctrl) {
|
||||
return ctrlr;
|
||||
}
|
||||
public static int getControllerCount() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user