From 26b49d8e26625491f4a407a05e9bc9d72037f938 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 17 Jun 2019 18:50:50 -0400
Subject: [PATCH] Global scale using X blue handle.

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

diff --git a/Torus.java b/Torus.java
index af74364..04aba57 100644
--- a/Torus.java
+++ b/Torus.java
@@ -176,13 +176,13 @@
         return true;
     }
 
-    void doEditDrag(ClickInfo info)
+    void doEditDrag(ClickInfo info, boolean opposite)
     {
         if (hitSomething == 0)
             return;
         if (hitSomething == 1)
         {
-            super.doEditDrag(info);
+            super.doEditDrag(info, opposite);
             return;
         }
         double deltaR = info.x - startX;

--
Gitblit v1.6.2