From 470df213ae21233e5c105e4a289f85e4327f0094 Mon Sep 17 00:00:00 2001 From: Wyatt Gillette Date: Mon, 2 Feb 2026 18:30:48 +0100 Subject: [PATCH] Add protected constructor for ArmatureNode Added a protected constructor for serialization purposes. --- .../main/java/com/jme3/scene/debug/custom/ArmatureNode.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jme3-core/src/main/java/com/jme3/scene/debug/custom/ArmatureNode.java b/jme3-core/src/main/java/com/jme3/scene/debug/custom/ArmatureNode.java index a4ae701f35..d39b399e45 100644 --- a/jme3-core/src/main/java/com/jme3/scene/debug/custom/ArmatureNode.java +++ b/jme3-core/src/main/java/com/jme3/scene/debug/custom/ArmatureNode.java @@ -98,6 +98,11 @@ public class ArmatureNode extends Node { */ private Camera camera; + /** + * For serialization only. Do not use. + */ + protected ArmatureNode() { + } /** * Creates a wire with bone lengths data. If the data is supplied then the