mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-02 03:24:10 +01:00
Reverted the glu loading
This commit is contained in:
parent
57e9578eb5
commit
81dc347de0
|
|
@ -3275,7 +3275,7 @@ int extgl_Open()
|
|||
lib_gl_handle = dlopen("libGL.so.1", RTLD_LAZY | RTLD_GLOBAL);
|
||||
if (lib_gl_handle == NULL)
|
||||
return 1;
|
||||
lib_glu_handle = dlopen("libGLU.so", RTLD_LAZY | RTLD_GLOBAL);
|
||||
lib_glu_handle = dlopen("libGLU.so.1", RTLD_LAZY | RTLD_GLOBAL);
|
||||
if (lib_glu_handle == NULL)
|
||||
return 1;
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue