mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 17:27:57 +00:00
a system to limit the framerate if not currently showing an animated screen
This commit is contained in:
@@ -1803,7 +1803,7 @@ EX bool any_animation() {
|
||||
}
|
||||
|
||||
EX bool any_on() {
|
||||
return any_animation() || history::includeHistory;
|
||||
return any_animation() || history::includeHistory || currently_scrolling;
|
||||
}
|
||||
|
||||
EX bool center_music() {
|
||||
|
Reference in New Issue
Block a user