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:
@@ -30,7 +30,7 @@ class IMICFPS
|
||||
@file.puts("tick #{@index}")
|
||||
end
|
||||
|
||||
@file.puts("down #{InputMapper.action(id)}")
|
||||
@file.puts("down #{InputMapper.actions(id)}")
|
||||
@changed = true
|
||||
end
|
||||
end
|
||||
@@ -42,7 +42,7 @@ class IMICFPS
|
||||
@file.puts("tick #{@index}")
|
||||
end
|
||||
|
||||
@file.puts("up #{InputMapper.action(id)}")
|
||||
@file.puts("up #{InputMapper.actions(id)}")
|
||||
@changed = true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user