diff --git a/main.cpp b/main.cpp index 02e1207..3403392 100644 --- a/main.cpp +++ b/main.cpp @@ -211,7 +211,7 @@ int main(int argc, char** argv) { SetTraceLogLevel(LOG_NONE); raylib::Window window = raylib::Window(WIDTH, HEIGHT, "Pong"); window.ClearBackground(BLACK); - SetTargetFPS(10); + SetTargetFPS(60); SetExitKey(KEY_Q); std::string points_str = std::string("0\t\t0"); bool game_started = false;