Normand Briere
2019-05-05 f69d25e4682ca33edfc8cfad26187050f4eb558a
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)