mirror of
https://github.com/Insality/druid
synced 2025-11-27 03:10:53 +01:00
#72 fix return in on_input functions
This commit is contained in:
@@ -172,7 +172,7 @@ end
|
||||
|
||||
function M.on_input(self, action_id, action)
|
||||
if action_id ~= const.ACTION_TOUCH and action_id ~= const.ACTION_MULTITOUCH then
|
||||
return
|
||||
return false
|
||||
end
|
||||
|
||||
if not helper.is_enabled(self.node) then
|
||||
|
||||
Reference in New Issue
Block a user