Skip to content

Commit 1dbc625

Browse files
committed
fix(Boat): 修复boat后端1.21.9+点击退出游戏卡死的问题
1 parent ad09002 commit 1dbc625

File tree

1 file changed

+3
-2
lines changed
  • FCLauncher/src/main/jni/glfw

1 file changed

+3
-2
lines changed

FCLauncher/src/main/jni/glfw/init.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ static void terminate(void)
4545
while (_glfw.windowListHead)
4646
glfwDestroyWindow((GLFWwindow*) _glfw.windowListHead);
4747

48-
while (_glfw.cursorListHead)
49-
glfwDestroyCursor((GLFWcursor*) _glfw.cursorListHead);
48+
//不是哥们儿,我找你找得好苦啊。未实现(所以为啥以前能跑?)
49+
// while (_glfw.cursorListHead)
50+
// glfwDestroyCursor((GLFWcursor*) _glfw.cursorListHead);
5051

5152
for (i = 0; i < _glfw.monitorCount; i++)
5253
{

0 commit comments

Comments
 (0)