From cfd7a643cb5a445016ddb15595158ecc59b184fd Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 30 Jun 2019 18:18:44 -0400 Subject: [PATCH] Proto wget 3d models. --- Blob.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Blob.java b/Blob.java index 9e22b13..6a7cf90 100644 --- a/Blob.java +++ b/Blob.java @@ -82,6 +82,7 @@ void retile() { + new Exception().printStackTrace(); System.exit(0); ClearList(); bRep = (new ImplicitTiler(this, ImplicitTiler.SURFACEID, true, true, true, cellSize, cellSize, tolerance, true)).bRep; -- Gitblit v1.6.2