1
0
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:
Zeno Rogue
2025-03-08 10:20:55 +01:00
parent a36c4415da
commit 5fb1ff4d21
3 changed files with 16 additions and 5 deletions

View File

@@ -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() {