mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 17:15:40 -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 = new GLFWController();
|
||||||
ctrlr.jid = 0;
|
ctrlr.jid = 0;
|
||||||
}
|
}
|
||||||
public static Controller getController() {
|
public static Controller getController(int ctrl) {
|
||||||
return ctrlr;
|
return ctrlr;
|
||||||
}
|
}
|
||||||
public static int getControllerCount() {
|
public static int getControllerCount() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user