mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -04:00
Update input_bridge.c
This commit is contained in:
parent
b83813c79f
commit
a0840c9e3c
@ -37,7 +37,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_glfw_CallbackBridge_sendData(JNIEnv* env,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("[SendData] type=%i, isJVMNull=%p\n", type, secondJavaVM == null);
|
printf("[SendData] type=%i, isJVMNull=%p\n", type, secondJavaVM == NULL);
|
||||||
|
|
||||||
if (secondJavaVM != NULL) {
|
if (secondJavaVM != NULL) {
|
||||||
char *data_c = (char*)(*env)->GetStringUTFChars(env, data, 0);
|
char *data_c = (char*)(*env)->GetStringUTFChars(env, data, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user