diff options
Diffstat (limited to 'selector.lua')
-rw-r--r-- | selector.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/selector.lua b/selector.lua index 9213f3d..17f76c1 100644 --- a/selector.lua +++ b/selector.lua @@ -80,6 +80,8 @@ function Selector:controllerPressed(control, controller) self.parent:unselectSelector(self) end end + -- Speed up countdown + self.parent:countdownJump() end -- It just must be here function Selector:controllerReleased(control, controller) |