oops, forgot to change the title

This commit is contained in:
onezplpl 2024-07-16 18:46:43 -04:00
parent 678db8574f
commit 21744ab23b
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3

2
main.c
View file

@ -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);