From 8afa35e940a6db60fe4c0bbd504176ae043d78ba Mon Sep 17 00:00:00 2001 From: bailwillharr Date: Fri, 20 Jan 2023 19:28:10 +0000 Subject: [PATCH] Disable frame limiter --- test/src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/game.cpp b/test/src/game.cpp index 9d5575d..6b77cdf 100644 --- a/test/src/game.cpp +++ b/test/src/game.cpp @@ -52,7 +52,7 @@ void playGame() { engine::Application app(PROJECT_NAME, PROJECT_VERSION); - app.setFrameLimiter(true); + app.setFrameLimiter(false); // configure window app.window()->setRelativeMouseMode(true);