diff --git a/game.py b/game.py index 2207525..e72fef5 100644 --- a/game.py +++ b/game.py @@ -128,9 +128,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() #screen code self.surf.fill("black")