mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Fix improper function signature
This commit is contained in:
parent
690883ddee
commit
58e2c2ff82
Binary file not shown.
@ -1 +1 @@
|
||||
20211023z
|
||||
20211114
|
||||
|
@ -53,7 +53,7 @@ public class CallbackBridge {
|
||||
}
|
||||
|
||||
// Called from Android side
|
||||
public static void receiveCallback(int type, float i1, float i2, int i3, int i4) {
|
||||
public static void receiveCallback(int type, int i1, int i2, int i3, int i4) {
|
||||
/*
|
||||
if (INPUT_DEBUG_ENABLED) {
|
||||
System.out.println("LWJGL GLFW Callback received type=" + Integer.toString(type) + ", data=" + i1 + ", " + i2 + ", " + i3 + ", " + i4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user