From 26e9a02a6ec1a285c7ff8c6a01ce21d7ff50215d Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 14 Jun 2016 18:24:08 +0200 Subject: Speed-up countdown --- selector.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'selector.lua') 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) -- cgit v1.1