We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b870818 commit 1e52d6eCopy full SHA for 1e52d6e
imgui-lwjgl3/src/test/java/ImGuiGlfwExample.java
@@ -79,7 +79,7 @@ private void initGlfw() {
79
80
decideGlGlslVersions();
81
82
- windowPtr = glfwCreateWindow(1280, 768, "Dear ImGui + GLFW + LWJGL Example", NULL, NULL);
+ windowPtr = glfwCreateWindow(1280, 768, "Dear ImGui+LWJGL Example", NULL, NULL);
83
84
if (windowPtr == NULL) {
85
throw new RuntimeException("Failed to create the GLFW window");
0 commit comments