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);