diff --git a/vis/src/main.cpp b/vis/src/main.cpp index 6fff472..966e17c 100644 --- a/vis/src/main.cpp +++ b/vis/src/main.cpp @@ -63,6 +63,8 @@ int main(int argc, char *argv[]) { glfwMakeContextCurrent(window); gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); glfwSwapInterval(0); + glClear(GL_COLOR_BUFFER_BIT); + glfwSwapBuffers(window); //endregion std::cout << utilInfo();