From dee653ca31fa343a45fe5ca480804d5e7f6b828b Mon Sep 17 00:00:00 2001 From: Brosef Date: Tue, 24 Jun 2025 14:36:43 +0100 Subject: [PATCH] Updated to use new internal parts of GameUtils --- __main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__main__.py b/__main__.py index 6d00a4d..321d887 100644 --- a/__main__.py +++ b/__main__.py @@ -111,7 +111,7 @@ class Launcher: if self.gameRunning: self.currentGame._update() - self.screen.blit(self.currentGame.surf, (0, 0)) + self.screen.blit(self.currentGame._surf, (0, 0)) else: self.screen.fill((0, 0, 0))