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.