Skip to content

Commit

Permalink
solve issue #2142 (Armature javadoc indicates wrong default)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 3, 2023
1 parent 3618ff0 commit 5c688cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jme3-core/src/main/java/com/jme3/anim/Armature.java
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5c688cc

Please sign in to comment.