summaryrefslogtreecommitdiff
path: root/src/sliceitoff/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/sliceitoff/game')
-rw-r--r--src/sliceitoff/game/show.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/game/show.py b/src/sliceitoff/game/show.py
index eaf3658..496fc4a 100644
--- a/src/sliceitoff/game/show.py
+++ b/src/sliceitoff/game/show.py
@@ -12,7 +12,7 @@ class Show(ExplodeOutGroup):
def update(self, dt = 0, **kwargs):
""" First timeout then fadeout and then inactivity """
if not super().update(dt = dt, **kwargs):
- return
+ return
if anykey():
self.do_fadeout()
if self.timeout <= 0: