From 829f93f305ce15893aada126a98d9068b1cdefed Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 24 Jun 2019 23:26:38 -0400
Subject: [PATCH] Fix light

---
 BoundaryRep.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/BoundaryRep.java b/BoundaryRep.java
index 6c09eda..883e363 100644
--- a/BoundaryRep.java
+++ b/BoundaryRep.java
@@ -4155,6 +4155,8 @@
     
     void MergeNormals()
     {
+        assert(!trimmed);
+        
         boolean smooth = Grafreed.smoothmode;
         boolean link = Grafreed.linkUV;
         Grafreed.smoothmode = true;

--
Gitblit v1.6.2