Skip to content

Commit

Permalink
Armature.java: javadoc correction (to solve issue #2142 again) (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold authored Oct 25, 2024
1 parent 5d9d53b commit b0938f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-2024 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -111,7 +111,7 @@ private void createSkinningMatrices() {

/**
* Sets the JointModelTransform implementation
* Default is {@link MatrixJointModelTransform}
* Default is {@link SeparateJointModelTransform}
*
* @param modelTransformClass which implementation to use
* @see JointModelTransform
Expand Down

0 comments on commit b0938f0

Please sign in to comment.