From 6600d22461ccc1cb602f238a9ffa83cf07dd830e Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 01 Jul 2019 18:04:02 -0400 Subject: [PATCH] Get icons 256x256 --- 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