Normand Briere
2019-06-24 c67da2e5d8655704601d6d06e8bc60aabe212253
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;