Normand Briere
2019-05-05 44b1501b5c4cd60ea67cc3d0971ed53f53b594e6
ObjEditor.java
....@@ -1939,7 +1939,7 @@
19391939
19401940 //? flashIt = false;
19411941 CameraPane pane = (CameraPane) cameraView;
1942
- pane.clickStart(location.x, location.y, 0);
1942
+ pane.clickStart(location.x, location.y, 0, 0);
19431943 pane.clickEnd(location.x, location.y, 0, true);
19441944
19451945 if (group.selection.size() == 1)