FPS Label Implemented
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user