tweak: default name of window title
This commit is contained in:
parent
e0e942e809
commit
e880ded96f
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue