mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-18 16:46:58 -04:00
...
This commit is contained in:
@@ -243,7 +243,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_glfw_GLFW_nglfwPollEvents(JNIEnv* env, jcl
|
||||
}
|
||||
|
||||
for (int i = 0; i <= glfwInputEventIndex; i++) {
|
||||
struct GLFWInputEvent curr = (struct GLFWInputEvent) glfwInputEventArr[i];
|
||||
struct GLFWInputEvent curr = glfwInputEventArr[i];
|
||||
((GLFW_invoke_callback*) curr.trigger)(curr);
|
||||
|
||||
// if (debugTimes < 1000) {
|
||||
|
||||
Reference in New Issue
Block a user