16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 23:49:18 +02:00

Merge remote-tracking branch 'remotes/origin/master' into ecs

This commit is contained in:
2026-04-16 19:08:50 +02:00
34 changed files with 1942 additions and 1589 deletions

View File

@@ -686,6 +686,7 @@ void eu07_application::exit()
glfwDestroyWindow(window);
}
m_taskqueue.exit();
glfwPollEvents(); // TODO: This fixes a segfault on Wayland when closing. Remove after updating glfw to 3.5.
glfwTerminate();
if (!Global.exec_on_exit.empty())