1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-18 22:28:06 +00:00
This commit is contained in:
kepler155c@gmail.com
2017-09-24 00:38:14 -04:00
parent bf3875adcb
commit 8cd8ec909c
4 changed files with 14 additions and 19 deletions

View File

@@ -344,9 +344,9 @@ function Manager:click(button, x, y)
if button == 1 then
local c = os.clock()
if self.doubleClickTimer then
debug(c - self.doubleClickTimer)
end
--if self.doubleClickTimer then
-- debug(c - self.doubleClickTimer)
--end
if self.doubleClickTimer and (c - self.doubleClickTimer < 1.9) and
self.doubleClickX == x and self.doubleClickY == y and