fix method

This commit is contained in:
artdeell 2021-01-03 19:20:57 +03:00
parent 07b72b410f
commit d3f3d83055

View File

@ -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() {