From 1816088e6a6cc71934ab1e82fbaa12f026eb17e1 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 17 Nov 2019 11:44:50 -0500
Subject: [PATCH] Min texture (128) + arrows.

---
 ObjEditor.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ObjEditor.java b/ObjEditor.java
index a63209c..778de2f 100644
--- a/ObjEditor.java
+++ b/ObjEditor.java
@@ -4509,6 +4509,11 @@
         } else if (event.getSource() == link2masterCB)
         {
             copy.link2master ^= true;
+            if (copy instanceof RandomNode)
+            {
+                // show all
+                Globals.lighttouched = true;
+            }
             objEditor.refreshContents();
             return;
         }

--
Gitblit v1.6.2