Normand Briere
2019-04-29 bed42c663d286d76a32f155049f9efabc2fdb73f
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)