Removed redundant "important function" call

This commit is contained in:
2025-06-27 07:53:45 +01:00
parent bba51ebc8c
commit 220f5759e9

View File

@ -141,9 +141,6 @@ class Game(gameUtils.Game):
Ran once per frame, put your drawing code and any
game logic that should be ran once per frame in here.
"""
# Don't remove this. It does important things. :3
super().update()
self.surf.fill((0, 0, 0)) #sets the background colour
self.surf.blit(gameUtils.centre(self.currentCaptchaImg, self.size)) #draws the text to center of the screen