From 57c5b6cd8d12ffdaa3e0b099451e3c031012750a Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Thu, 03 Oct 2019 20:34:32 -0400 Subject: [PATCH] Fix lighttouched --- BoundaryRep.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BoundaryRep.java b/BoundaryRep.java index 6fecd44..09c35f0 100644 --- a/BoundaryRep.java +++ b/BoundaryRep.java @@ -2004,8 +2004,8 @@ // Warning: faster but dangerous if (v.weights != null && v.weights[j] - == 0) - //< 0.001 * v.totalweight) + == 0) + // < 0.001 * v.totalweight) { //testweight += v.weights[j-1]; continue; -- Gitblit v1.6.2