From 83d0c2fa0bd2e96448f776144e1a89cdb1bb6998 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Fri, 16 Aug 2019 18:22:19 -0400 Subject: [PATCH] Save version table. --- GroupLeaf.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/GroupLeaf.java b/GroupLeaf.java index 98da0c9..9c7e5f5 100644 --- a/GroupLeaf.java +++ b/GroupLeaf.java @@ -21,7 +21,7 @@ { super(name); - addChild(new cGroup("Leaf")); + addChild(new cGroup(name + "Leaf")); } Object3D deepCopy() -- Gitblit v1.6.2