From b3ae4e889872ca0b9ca76f1d17b2f0b961226729 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 05 Aug 2019 21:48:55 -0400
Subject: [PATCH] Fix physics UI

---
 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