FPS Label Implemented

This commit is contained in:
2023-03-21 07:50:21 -07:00
parent 9ea6d600b4
commit cc502591bd
4 changed files with 44 additions and 27 deletions

View File

@ -48,7 +48,7 @@ int32_t DawnHost::init(DawnGame *game) {
// Load GLAD
glfwMakeContextCurrent(this->data->window);
glfwSwapInterval(0);
glfwSwapInterval(1);
gladLoadGLLoader((GLADloadproc)glfwGetProcAddress);
// Override the defaults