From 5d2c9c5f316fcdb0bf9f689f8b51c67824f68e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Reuh=20Fildadut?= Date: Tue, 7 Apr 2020 17:36:19 +0200 Subject: [PATCH] Typo --- input/backend/love.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/backend/love.lua b/input/backend/love.lua index 0e23f66..89650cb 100644 --- a/input/backend/love.lua +++ b/input/backend/love.lua @@ -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