Normand Briere
2019-09-17 d248db5fc21c4b0ab24968974e5e590f413ef8fc
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()