This commit is contained in:
2020-07-19 09:42:55 -05:00
parent 4ee97cca4b
commit d72e8ccbd0
15 changed files with 91 additions and 110 deletions

View File

@@ -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