Normand Briere
2019-08-22 0c7b833be7d86598a6813cd1c6db0ca9e1b17966
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()