update
This commit is contained in:
parent
c707eff1ad
commit
ef847334aa
@ -81,7 +81,7 @@ int main(){
|
|||||||
glClear(GL_COLOR_BUFFER_BIT);
|
glClear(GL_COLOR_BUFFER_BIT);
|
||||||
render();
|
render();
|
||||||
glfwSwapBuffers(window);
|
glfwSwapBuffers(window);
|
||||||
// std::this_thread::sleep_for(std::chrono::milliseconds(1000/F_PER_SECOND));
|
std::this_thread::sleep_for(std::chrono::milliseconds(1000/F_PER_SECOND));
|
||||||
glfwPollEvents();
|
glfwPollEvents();
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user