Set window title
This commit is contained in:
@@ -69,6 +69,7 @@ public class Window {
|
||||
// GLFWVidMode vidmode = glfwGetVideoMode(glfwGetPrimaryMonitor());
|
||||
// }
|
||||
|
||||
glfwSetWindowTitle(glfwWindow, this.title);
|
||||
glfwMakeContextCurrent(glfwWindow);
|
||||
glfwSwapInterval(1);
|
||||
glfwShowWindow(glfwWindow);
|
||||
|
||||
Reference in New Issue
Block a user