|
@@ -183,7 +183,10 @@ public class InstancedNode extends GeometryGroupNode {
|
|
private HashMap<InstanceTypeKey, InstancedGeometry> instancesMap =
|
|
private HashMap<InstanceTypeKey, InstancedGeometry> instancesMap =
|
|
new HashMap<InstanceTypeKey, InstancedGeometry>();
|
|
new HashMap<InstanceTypeKey, InstancedGeometry>();
|
|
|
|
|
|
- public InstancedNode() {
|
|
|
|
|
|
+ /**
|
|
|
|
+ * Serialization only. Do not use.
|
|
|
|
+ */
|
|
|
|
+ protected InstancedNode() {
|
|
super();
|
|
super();
|
|
// NOTE: since we are deserializing,
|
|
// NOTE: since we are deserializing,
|
|
// the control is going to be added automatically here.
|
|
// the control is going to be added automatically here.
|