Drop DoConfig to 30FPS
It doesn't need to refresh *that* often...
This commit is contained in:
parent
6c1eb23fe1
commit
a1d4d588a8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ int main(int argc, char *argv[])
|
||||||
if (window != NULL)
|
if (window != NULL)
|
||||||
{
|
{
|
||||||
glfwMakeContextCurrent(window);
|
glfwMakeContextCurrent(window);
|
||||||
glfwSwapInterval(1);
|
glfwSwapInterval(2);
|
||||||
|
|
||||||
if (gladLoadGLLoader((GLADloadproc)glfwGetProcAddress))
|
if (gladLoadGLLoader((GLADloadproc)glfwGetProcAddress))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue