Skip to content

Commit 1e52d6e

Browse files
committed
Rename example
1 parent b870818 commit 1e52d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imgui-lwjgl3/src/test/java/ImGuiGlfwExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private void initGlfw() {
7979

8080
decideGlGlslVersions();
8181

82-
windowPtr = glfwCreateWindow(1280, 768, "Dear ImGui + GLFW + LWJGL Example", NULL, NULL);
82+
windowPtr = glfwCreateWindow(1280, 768, "Dear ImGui+LWJGL Example", NULL, NULL);
8383

8484
if (windowPtr == NULL) {
8585
throw new RuntimeException("Failed to create the GLFW window");

0 commit comments

Comments
 (0)