fixed teleporting drag
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user