mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
remove artificial scroll delay from leaderboard
This commit is contained in:
@@ -1262,9 +1262,6 @@ class LeaderboardManager:
|
||||
# Scroll the image every frame for smooth animation
|
||||
self.scroll_position += self.scroll_speed
|
||||
|
||||
# Add scroll delay like other managers for consistent timing
|
||||
time.sleep(self.scroll_delay)
|
||||
|
||||
# Get display dimensions once
|
||||
width = self.display_manager.matrix.width
|
||||
height = self.display_manager.matrix.height
|
||||
|
||||
Reference in New Issue
Block a user