Update egl_bridge.c

Fix it
This commit is contained in:
Tran Khanh Duy 2020-09-07 18:04:58 +07:00 committed by GitHub
parent 2cf6d8c1d1
commit 49dd368c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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