mirror of
https://github.com/gwm17/glfw.git
synced 2025-02-12 00:48:51 -05:00
Removed superfluous assignment.
This commit is contained in:
parent
76615bf237
commit
906754d3d0
|
@ -53,7 +53,6 @@ static void initLibraries(void)
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
_glfwLibrary.X11.libGL = NULL;
|
|
||||||
for (i = 0; libGL_names[i] != NULL; i++)
|
for (i = 0; libGL_names[i] != NULL; i++)
|
||||||
{
|
{
|
||||||
_glfwLibrary.X11.libGL = dlopen(libGL_names[i], RTLD_LAZY | RTLD_GLOBAL);
|
_glfwLibrary.X11.libGL = dlopen(libGL_names[i], RTLD_LAZY | RTLD_GLOBAL);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user