From f69d25e4682ca33edfc8cfad26187050f4eb558a Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 05 May 2019 14:06:57 -0400
Subject: [PATCH] Remove "D".

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

diff --git a/Vertex.java b/Vertex.java
index af5fabf..e8cdcec 100644
--- a/Vertex.java
+++ b/Vertex.java
@@ -133,7 +133,7 @@
         return Math.abs(/*pos.*/x - vert./*pos.*/x) +
                 Math.abs(/*pos.*/y - vert./*pos.*/y) +
                 Math.abs(/*pos.*/z - vert./*pos.*/z) < 0.00001 && // GrafreeD.epsvertex2 && // WARNING: USE 0.0001 for serial issues
-                (GrafreeD.linkUV || Math.abs(s - vert.s) + Math.abs(t - vert.t) < 0.00001)
+                (Grafreed.linkUV || Math.abs(s - vert.s) + Math.abs(t - vert.t) < 0.00001)
                 ; // GrafreeD.epsvertex2;
     }
     /*

--
Gitblit v1.6.2