ani is our lord and saviour)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user