diff --git a/src/CHANGEME.cpp b/src/CHANGEME.cpp index daa321e..2d00750 100644 --- a/src/CHANGEME.cpp +++ b/src/CHANGEME.cpp @@ -9,7 +9,7 @@ void configure(AppConfig &config) { config.window_title = "MYPROJECT"; - config.frame_rate_limit = 60; + config.frame_rate_limit = std::nullopt; config.vsync = true; }