ani is our lord and saviour)

This commit is contained in:
Ben Kyd
2022-11-07 15:14:42 +00:00
parent dfbc95ed25
commit 0c4bfe8d43
7 changed files with 34 additions and 10 deletions

View File

@@ -140,9 +140,6 @@ void Window::setupGLFW(std::string title)
glfwMakeContextCurrent(window);
gladLoadGLLoader((GLADloadproc)glfwGetProcAddress);
glfwSwapInterval(1); // Enable vsync
glEnable(GL_DEPTH_TEST);
glDisable(GL_CULL_FACE);
}
void Window::setupImGui()