diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-14 00:25:37 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-14 00:25:37 +0100 |
commit | d2f6b0738bdd90a5503fff404dfa4f0ad0962ef3 (patch) | |
tree | d6ff32e7416d1a0b7f8e6024807797e8447b4bcf /src/main.cpp | |
parent | 4ba1e814b748d57631f6b7afb7eaa63e8435c24e (diff) |
Add option to start replay on fullscreen
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 16152cc..c2b7ab0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -156,7 +156,7 @@ int main(void) { global_hotkeys.poll_events(); overlay->handle_events(); if(!overlay->draw()) - std::this_thread::sleep_for(std::chrono::milliseconds(50)); + std::this_thread::sleep_for(std::chrono::milliseconds(100)); } fprintf(stderr, "info: shutting down!\n"); |