Merge branch 'v3_openjdk' of https://github.com/PojavLauncherTeam/PojavLauncher into v3_openjdk

This commit is contained in:
khanhduytran0 2020-09-08 06:33:09 +07:00
commit b9a016e4d3

View File

@ -131,7 +131,7 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_glfw_GLFW_nativeEglMakeCurrent(JNIEnv*
*/
printf("EGLBridge: Making current\n");
printf("EGLContext=%p, EGLDisplay=%p, EGLSurface=%p\n",
*potatoBridge.eglContext,
potatoBridge.eglContext,
potatoBridge.eglDisplay,
potatoBridge.eglSurface
);