diff --git a/src/main.cpp b/src/main.cpp index b223c3e..d563e8e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,7 +27,7 @@ int main() { /* Loop until the user closes the window */ while (!glfwWindowShouldClose(window)) { /* Render here */ - // glClear(GL_COLOR_BUFFER_BIT); + glClear(GL_COLOR_BUFFER_BIT); /* Swap front and back buffers */ glfwSwapBuffers(window);