From 21744ab23bd83852a66572c4102394fea5875612 Mon Sep 17 00:00:00 2001 From: onezplpl Date: Tue, 16 Jul 2024 18:46:43 -0400 Subject: [PATCH] oops, forgot to change the title --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 8c62e56..5e29735 100644 --- a/main.c +++ b/main.c @@ -116,7 +116,7 @@ int main(void) { glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); GLFWwindow *window = - glfwCreateWindow(640, 480, "OpenGL Triangle", NULL, NULL); + glfwCreateWindow(640, 480, "VoxelTest", NULL, NULL); if (!window) { glfwTerminate(); exit(EXIT_FAILURE);