mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-04 09:56:33 +05:00
Remove useless comment
This commit is contained in:
parent
3b5894ffb6
commit
11695d3d12
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ local size = 35
|
|||
local function GetFormattedKey(bind)
|
||||
string = input.LookupBinding(bind)
|
||||
|
||||
if string == "MOUSE1" then string = "LMB" -- Don't localize LMB and RMB. Maybe.
|
||||
if string == "MOUSE1" then string = "LMB"
|
||||
elseif string == "MOUSE2" then string = "RMB"
|
||||
elseif string == "MOUSE3" then string = "MMB" end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue