Skip to content

Commit 470df21

Browse files
authored
Add protected constructor for ArmatureNode
Added a protected constructor for serialization purposes.
1 parent 8b7e799 commit 470df21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jme3-core/src/main/java/com/jme3/scene/debug/custom/ArmatureNode.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ public class ArmatureNode extends Node {
9898
*/
9999
private Camera camera;
100100

101+
/**
102+
* For serialization only. Do not use.
103+
*/
104+
protected ArmatureNode() {
105+
}
101106

102107
/**
103108
* Creates a wire with bone lengths data. If the data is supplied then the

0 commit comments

Comments
 (0)