Explorar el Código

Change window title

rexim hace 4 años
padre
commit
1fbf64430a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {