Set window title
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user