From 631719825b865aaf9fa1cb124d9fc5bd9dd78bd4 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 05 May 2019 10:27:02 -0400
Subject: [PATCH] Disabled timer for instant selection.

---
 ObjEditor.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ObjEditor.java b/ObjEditor.java
index 466594b..9412bce 100644
--- a/ObjEditor.java
+++ b/ObjEditor.java
@@ -1939,7 +1939,7 @@
 
         //? flashIt = false;
         CameraPane pane = (CameraPane) cameraView;
-        pane.clickStart(location.x, location.y, 0);
+        pane.clickStart(location.x, location.y, 0, 0);
         pane.clickEnd(location.x, location.y, 0, true);
 
         if (group.selection.size() == 1)

--
Gitblit v1.6.2