mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-04 12:34:35 +01:00
*** empty log message ***
This commit is contained in:
parent
b5194bbb04
commit
91d22ca1c5
|
|
@ -3080,7 +3080,7 @@ static void extgl_InitOpenGL1_4(JNIEnv *env, jobject ext_set)
|
|||
|
||||
static void extgl_InitGLUSupportedExtensions(JNIEnv *env, jobject ext_set)
|
||||
{
|
||||
char *s = (char*) gluGetString(GLU_VERSION);
|
||||
const char *s = (const char *)gluGetString(GLU_VERSION);
|
||||
if (!s)
|
||||
return;
|
||||
s = strstr(s, "1.");
|
||||
|
|
|
|||
Loading…
Reference in a new issue