Fix some high severity bugs
This commit is contained in:
@@ -115,7 +115,7 @@ void Controller::run()
|
||||
// This is the game loop
|
||||
while (!glfwWindowShouldClose(gameWindow->getGLFWwindow())) {
|
||||
// --- Timing ---
|
||||
//limit_framerate();
|
||||
limit_framerate();
|
||||
|
||||
// --- Update game ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user