From 647d230fe02a13ee6a4debd2e67f816682110112 Mon Sep 17 00:00:00 2001 From: Brosef Date: Tue, 24 Jun 2025 10:02:44 +0100 Subject: [PATCH] Removed important line FOR I CAN SEE THE FUTURE, THAT BASTARD WILL PUSH AN UPDATE THAT REMOVES THE NEED FOR THIS (I've lost it, team) --- game.py | 3 --- 1 file changed, 3 deletions(-) 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")