We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7e799 commit 470df21Copy full SHA for 470df21
1 file changed
jme3-core/src/main/java/com/jme3/scene/debug/custom/ArmatureNode.java
@@ -98,6 +98,11 @@ public class ArmatureNode extends Node {
98
*/
99
private Camera camera;
100
101
+ /**
102
+ * For serialization only. Do not use.
103
+ */
104
+ protected ArmatureNode() {
105
+ }
106
107
/**
108
* Creates a wire with bone lengths data. If the data is supplied then the
0 commit comments