From 5c688cc132a401a75e646cb50d1a13b40ab05d06 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Sun, 3 Dec 2023 11:00:41 -0800 Subject: [PATCH] solve issue #2142 (Armature javadoc indicates wrong default) --- jme3-core/src/main/java/com/jme3/anim/Armature.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jme3-core/src/main/java/com/jme3/anim/Armature.java b/jme3-core/src/main/java/com/jme3/anim/Armature.java index 5058fcec24..f48f0608ec 100644 --- a/jme3-core/src/main/java/com/jme3/anim/Armature.java +++ b/jme3-core/src/main/java/com/jme3/anim/Armature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2021 jMonkeyEngine + * Copyright (c) 2009-2023 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -110,8 +110,8 @@ private void createSkinningMatrices() { } /** - * Sets the JointModelTransform implementation - * Default is {@link MatrixJointModelTransform} + * Sets the JointModelTransform implementation. + * The default is {@link SeparateJointModelTransform}. * * @param modelTransformClass which implementation to use * @see JointModelTransform