fixed teleporting drag

This commit is contained in:
andreja6
2020-03-16 21:11:28 -07:00
parent 0090c6c8a1
commit c08254562f
2 changed files with 8 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ ArrowTool::~ArrowTool(void)
void ArrowTool::onButton1MouseDown(Mouse mouse)
{
mouseDownStartx = mouse.x;
mouseDownStarty = mouse.y;
mouseDown = true;
if(!lctrlDown && !rctrlDown)
g_selectedInstances.clear();