uncomment, grog!

This commit is contained in:
Benjamin Palko 2024-08-08 00:19:18 -04:00
parent fc42c537ad
commit bd8a4dba8e

View file

@ -27,7 +27,7 @@ int main() {
/* Loop until the user closes the window */ /* Loop until the user closes the window */
while (!glfwWindowShouldClose(window)) { while (!glfwWindowShouldClose(window)) {
/* Render here */ /* Render here */
// glClear(GL_COLOR_BUFFER_BIT); glClear(GL_COLOR_BUFFER_BIT);
/* Swap front and back buffers */ /* Swap front and back buffers */
glfwSwapBuffers(window); glfwSwapBuffers(window);