Normand Briere
2019-05-05 631719825b865aaf9fa1cb124d9fc5bd9dd78bd4
Cone.java
....@@ -314,13 +314,13 @@
314314 return true;
315315 }
316316
317
- void doEditDrag(ClickInfo info)
317
+ void doEditDrag(ClickInfo info, boolean opposite)
318318 {
319319 if (hitSomething == 0)
320320 return;
321321 if (hitSomething == 1)
322322 {
323
- super.doEditDrag(info);
323
+ super.doEditDrag(info, opposite);
324324 return;
325325 }
326326 double deltaR = info.x - startX;