From 68e51d528bbddd9f611836d676c8773042ee845a Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 21 Sep 2019 19:45:46 -0400
Subject: [PATCH] Rename back link2master

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

diff --git a/CSG.java b/CSG.java
index 854a935..5a4e95c 100644
--- a/CSG.java
+++ b/CSG.java
@@ -20,7 +20,7 @@
         tolerance = 0; //.1;
         name = "CSG";
         
-        link2support = true; // display the mesh, not the primitives
+        link2master = true; // display the mesh, not the primitives
         CreateMaterial();
     }
 
@@ -134,7 +134,7 @@
     /**/
     void draw(iCameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
     {
-        if (csgType == UNION || !link2support) // || csgType == MERGE)
+        if (csgType == UNION || !link2master) // || csgType == MERGE)
         {
             BoundaryRep keep = bRep;
             bRep = null;

--
Gitblit v1.6.2