Browse Source

Change window title

rexim 4 years ago
parent
commit
1fbf64430a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -193,7 +193,7 @@ int main()
     GLFWwindow * const window = glfwCreateWindow(
                                     SCREEN_WIDTH,
                                     SCREEN_HEIGHT,
-                                    "atomato",
+                                    "OpenGL Template",
                                     NULL,
                                     NULL);
     if (window == NULL) {