remove artificial scroll delay from leaderboard

This commit is contained in:
Chuck
2025-09-22 20:58:47 -04:00
parent 8cbdef3949
commit 1a746e965e

View File

@@ -1262,9 +1262,6 @@ class LeaderboardManager:
# Scroll the image every frame for smooth animation # Scroll the image every frame for smooth animation
self.scroll_position += self.scroll_speed self.scroll_position += self.scroll_speed
# Add scroll delay like other managers for consistent timing
time.sleep(self.scroll_delay)
# Get display dimensions once # Get display dimensions once
width = self.display_manager.matrix.width width = self.display_manager.matrix.width
height = self.display_manager.matrix.height height = self.display_manager.matrix.height