mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 17:15:40 -04:00
[GLFW stub] another fix (rm static const)
This commit is contained in:
parent
fef5651468
commit
2c4b55baf7
@ -166,7 +166,7 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_glfw_GLFW_nativeEglInit(JNIEnv* env, j
|
|||||||
return JNI_FALSE;
|
return JNI_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const EGLint attribs[] = {
|
EGLint attribs[] = {
|
||||||
EGL_RED_SIZE, eglHints.redBits,
|
EGL_RED_SIZE, eglHints.redBits,
|
||||||
EGL_GREEN_SIZE, eglHints.greenBits,
|
EGL_GREEN_SIZE, eglHints.greenBits,
|
||||||
EGL_BLUE_SIZE, eglHints.blueBits,
|
EGL_BLUE_SIZE, eglHints.blueBits,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user