update dt

This commit is contained in:
Bunny67
2018-07-23 17:31:48 +03:00
parent 2af649d399
commit 88052dd29f
5 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -45,10 +45,10 @@ local function ToggleGameMenuFrame()
end
end
local function OnClick(_, btn)
if btn == "RightButton" then
local function OnClick()
if arg1 == "RightButton" then
collectgarbage()
elseif btn == "LeftButton" then
elseif arg1 == "LeftButton" then
ToggleGameMenuFrame()
end
end