fixed incorrect comments

This commit is contained in:
Nicholas Dyer 2025-01-07 09:33:12 -05:00
parent d885fd4030
commit 7e7d412f1e
Signed by: ndyer
GPG Key ID: B4FEDEE7298D2503

View File

@ -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.