From 0cdf3fb57ddea3226f094ba45c836c7e9b123e3a Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 13 Aug 2019 10:33:05 -0400 Subject: [PATCH] No background --- Box.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Box.java b/Box.java index 54fd02d..3191b3e 100644 --- a/Box.java +++ b/Box.java @@ -1,5 +1,6 @@ public class Box extends Object3D implements java.io.Serializable { + static final long serialVersionUID = 0; Box() { @@ -78,7 +79,7 @@ void getBounds(cVector min, cVector max, boolean xform) { - super.getBounds(minima, maxima, xform); + super.getBounds(min, max, xform); // july 2014 LA.vecCopy(minima, min); // LA.vecCopy(maxima, max); // if (xform) -- Gitblit v1.6.2