tweak: default name of window title

This commit is contained in:
Sara Gerretsen 2025-09-05 22:00:45 +02:00
parent e0e942e809
commit e880ded96f

View file

@ -8,7 +8,7 @@
#include <print>
void configure(AppConfig &config) {
config.window_title = "MYPROJECT";
config.window_title = "My Project";
config.frame_rate_limit = std::nullopt;
config.vsync = true;
}