From 0fada72803139ac3d5f4bc25e8ef6bf3b8bbc43f Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Sun, 31 Aug 2014 01:18:34 +0200 Subject: [PATCH] =?UTF-8?q?-=20regression=20fix=E2=80=A6=C2=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/game.py b/game.py index 29726ec..b098fe9 100755 --- a/game.py +++ b/game.py @@ -159,6 +159,7 @@ class TheGame: # Redraw the HUD the_hud.draw_hud(score, displaytime, round(fps, 2)) + crystalBall.setColor(color) # If we're not currently in between levels… if levelChange == 0: