Normand Briere
2019-10-06 ce660a4b6ba367bd162dd2cff26d02c80a34c912
GroupLeaf.java
....@@ -21,7 +21,7 @@
2121 {
2222 super(name);
2323
24
- addChild(new cGroup("Leaf"));
24
+ addChild(new cGroup(name + "Leaf"));
2525 }
2626
2727 Object3D deepCopy()
....@@ -40,8 +40,8 @@
4040 {
4141 ////GraphreeD.trace("SIZE " + count + this + " = ", super.size() - 1);
4242
43
- if (count == 2)
44
- return 2;
43
+ if (count == 1) // 2)
44
+ return 1; // 2;
4545
4646 if (true)
4747 return super.size() - 1; // ???