keep framerate stable even without vsync (#2165)

This commit is contained in:
Vinicius Rangel 2025-01-16 21:10:17 -03:00 committed by GitHub
parent 56a6c95730
commit 8695383d35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 38 additions and 17 deletions

View file

@ -165,7 +165,7 @@ public:
debug_message_popup.push(std::move(message));
}
bool& ShowingDebugMenuBar() {
bool& IsShowingDebugMenuBar() {
return showing_debug_menu_bar;
}