From 7e7d412f1ed83db7f9c210fc89d6ded1dfa97786 Mon Sep 17 00:00:00 2001 From: Nicholas Dyer Date: Tue, 7 Jan 2025 09:33:12 -0500 Subject: [PATCH] fixed incorrect comments --- steam_saver/surfaces/steam_screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam_saver/surfaces/steam_screen.py b/steam_saver/surfaces/steam_screen.py index 60541e1..aa51e9b 100644 --- a/steam_saver/surfaces/steam_screen.py +++ b/steam_saver/surfaces/steam_screen.py @@ -205,7 +205,7 @@ class Surface(pygame.Surface): self.running = False self.quit = True - # Update positions and speeds of all sprites (in this case, just one logo sprite). + # Update positions and speeds of all sprites self.all_sprites.update() # Draw all sprites onto this surface.