Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/olpcgames/pausescreen.py
diff options
context:
space:
mode:
Diffstat (limited to 'olpcgames/pausescreen.py')
-rw-r--r--[-rwxr-xr-x]olpcgames/pausescreen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/olpcgames/pausescreen.py b/olpcgames/pausescreen.py
index 113a0ea..fe36a40 100755..100644
--- a/olpcgames/pausescreen.py
+++ b/olpcgames/pausescreen.py
@@ -100,7 +100,7 @@ def pauseScreen( overlaySVG=None ):
# dim the screen and display the 'paused' message in the center.
BLACK = (0,0,0)
- WHITE = (255,255,255)
+ #WHITE = (255,255,255)
dimmed = screen.copy()
dimmed.set_alpha(128)
screen.fill(BLACK)