mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 15:17:02 -04:00
Compile fix
This commit is contained in:
parent
9b4d43d72d
commit
d4735aa6a8
@ -243,8 +243,8 @@ JNIEXPORT void JNICALL Java_org_lwjgl_glfw_GLFW_nglfwPollEvents(JNIEnv* env, jcl
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i <= glfwInputEventIndex; i++) {
|
for (int i = 0; i <= glfwInputEventIndex; i++) {
|
||||||
struct GLFWInputEvent curr = (GLFWInputEvent) glfwInputEventArr[i];
|
struct GLFWInputEvent curr = (struct GLFWInputEvent) glfwInputEventArr[i];
|
||||||
((GLFW_invoke_callback) curr.trigger)(curr);
|
((GLFW_invoke_callback*) curr.trigger)(curr);
|
||||||
|
|
||||||
// if (debugTimes < 1000) {
|
// if (debugTimes < 1000) {
|
||||||
// LOGI("INPUT: Got input event %d", curr.type);
|
// LOGI("INPUT: Got input event %d", curr.type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user