1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-06-26 07:02:52 +00:00

Update pain2.lua

This commit is contained in:
LDDestroier 2019-04-13 21:16:51 -04:00 committed by GitHub
parent eedab81142
commit 4c7eb9ca38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -751,6 +751,7 @@ local getInput = function()
else
if evt[1] == "mouse_click" or miceDown[evt[2]] then
dragPoses[evt[2]] = {
{
x = dragPoses[evt[2]][1].x or evt[3],
@ -761,7 +762,6 @@ local getInput = function()
y = evt[4]
}
}
if evt[1] == "mouse_click" or miceDown[evt[2]] then
miceDown[evt[2]] = {
event = evt[1],
button = evt[2],