Set window title

This commit is contained in:
2025-08-14 23:06:12 +01:00
parent e63a205e06
commit 9a4ef72765

View File

@@ -69,6 +69,7 @@ public class Window {
// GLFWVidMode vidmode = glfwGetVideoMode(glfwGetPrimaryMonitor()); // GLFWVidMode vidmode = glfwGetVideoMode(glfwGetPrimaryMonitor());
// } // }
glfwSetWindowTitle(glfwWindow, this.title);
glfwMakeContextCurrent(glfwWindow); glfwMakeContextCurrent(glfwWindow);
glfwSwapInterval(1); glfwSwapInterval(1);
glfwShowWindow(glfwWindow); glfwShowWindow(glfwWindow);