fix: frame_rate_limit now set to nullopt in default configure(...)
This commit is contained in:
parent
42d5596e60
commit
a8f7525576
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue