We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad09002 commit 1dbc625Copy full SHA for 1dbc625
FCLauncher/src/main/jni/glfw/init.c
@@ -45,8 +45,9 @@ static void terminate(void)
45
while (_glfw.windowListHead)
46
glfwDestroyWindow((GLFWwindow*) _glfw.windowListHead);
47
48
- while (_glfw.cursorListHead)
49
- glfwDestroyCursor((GLFWcursor*) _glfw.cursorListHead);
+//不是哥们儿,我找你找得好苦啊。未实现(所以为啥以前能跑?)
+// while (_glfw.cursorListHead)
50
+// glfwDestroyCursor((GLFWcursor*) _glfw.cursorListHead);
51
52
for (i = 0; i < _glfw.monitorCount; i++)
53
{
0 commit comments