mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Misc.
This commit is contained in:
@@ -38,7 +38,7 @@ class IMICFPS
|
||||
InputMapper.keys.each do |key, pressed|
|
||||
next unless pressed
|
||||
|
||||
actions = InputMapper.action(key)
|
||||
actions = InputMapper.actions(key)
|
||||
next unless actions
|
||||
|
||||
actions.each do |action|
|
||||
|
||||
Reference in New Issue
Block a user