mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
Typo
This commit is contained in:
parent
1ec81f2ebb
commit
5d2c9c5f31
1 changed files with 2 additions and 2 deletions
|
|
@ -282,7 +282,7 @@ input.buttonName = function(...)
|
|||
else
|
||||
str = str .. (" axis %s (deadzone %s%%)"):format(axis, math.abs(threshold*100))
|
||||
end
|
||||
str = str .. " (deadzone %s%%)"):format(math.abs(threshold*100))
|
||||
str = str .. (" (deadzone %s%%)"):format(math.abs(threshold*100))
|
||||
|
||||
table.insert(ret, str)
|
||||
else
|
||||
|
|
@ -336,7 +336,7 @@ input.axisName = function(...)
|
|||
else
|
||||
str = str .. (" axis %s (deadzone %s%%)"):format(axis, math.abs(threshold*100))
|
||||
end
|
||||
str = str .. " (deadzone %s%%)"):format(math.abs(threshold*100))
|
||||
str = str .. (" (deadzone %s%%)"):format(math.abs(threshold*100))
|
||||
|
||||
table.insert(ret, str)
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue