summaryrefslogtreecommitdiff
path: root/src/sliceitoff/game/show.py
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-04-08 00:17:53 +0300
committerViljami Ilola <+@hix.fi>2024-04-08 00:17:53 +0300
commit24c9a5fb88810c80c414ec0a932c9405d8d54abc (patch)
tree056bd87fea73cd9579fb8512b179089c3b8ccc7a /src/sliceitoff/game/show.py
parent6ba20c61a04c688120161f6c5fbb56102f8082ef (diff)
refactor field slicer
Diffstat (limited to 'src/sliceitoff/game/show.py')
-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: