some weird ass backwards ass bug

£
This commit is contained in:
benkyd
2022-11-05 16:41:51 +00:00
parent 7298935ce7
commit dfbc95ed25
4 changed files with 38 additions and 3 deletions

View File

@@ -140,6 +140,9 @@ 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()