Normand Briere
2019-06-09 8558ae86e65457c512a26339d3660d79eee16ae6
Box.java
....@@ -78,7 +78,7 @@
7878
7979 void getBounds(cVector min, cVector max, boolean xform)
8080 {
81
- super.getBounds(minima, maxima, xform);
81
+ super.getBounds(min, max, xform);
8282 // july 2014 LA.vecCopy(minima, min);
8383 // LA.vecCopy(maxima, max);
8484 // if (xform)