From 20c1a07b76c39462594aedfedfe6e6adb17cd552 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Wed, 01 May 2019 14:27:01 -0400
Subject: [PATCH] Fix animation and fast mode.

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

diff --git a/Composite.java b/Composite.java
index 210413e..bffa912 100644
--- a/Composite.java
+++ b/Composite.java
@@ -205,6 +205,7 @@
 
     boolean HasLoops()
     {
+                new Exception().printStackTrace();
         System.exit(0);
         if (blockloop)
         {
@@ -348,6 +349,7 @@
         
     void getBounds0(cVector minima, cVector maxima, boolean xform)
     {
+                new Exception().printStackTrace();
         System.exit(0);
         minima.x = minima.y = minima.z = 1E10;
         maxima.x = maxima.y = maxima.z = -1E10;

--
Gitblit v1.6.2