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