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))