diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-08 00:17:53 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-08 00:17:53 +0300 |
commit | 24c9a5fb88810c80c414ec0a932c9405d8d54abc (patch) | |
tree | 056bd87fea73cd9579fb8512b179089c3b8ccc7a /src/sliceitoff/game | |
parent | 6ba20c61a04c688120161f6c5fbb56102f8082ef (diff) |
refactor field slicer
Diffstat (limited to 'src/sliceitoff/game')
-rw-r--r-- | src/sliceitoff/game/show.py | 2 |
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: |