From ebd16116fc612bf14e2469ba27dd7ee54918eabb Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 23 Jul 2019 20:04:18 -0400 Subject: [PATCH] Fix weights vs speed issue. --- ObjEditor.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ObjEditor.java b/ObjEditor.java index c6e6178..c67953d 100644 --- a/ObjEditor.java +++ b/ObjEditor.java @@ -4889,6 +4889,7 @@ } } catch (ClassCastException e) { + e.printStackTrace(); assert (false); Composite c = (Composite) copy; c.children.clear(); @@ -5019,6 +5020,7 @@ //ps.print(buffer.toString()); } catch (IOException e) { + e.printStackTrace(); } } -- Gitblit v1.6.2