Przeglądaj źródła

Armature.java: javadoc correction (to solve issue #2142 again) (#2315)

Stephen Gold 10 miesięcy temu
rodzic
commit
b0938f0b3b

+ 2 - 2
jme3-core/src/main/java/com/jme3/anim/Armature.java

@@ -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
@@ -111,7 +111,7 @@ public class Armature implements JmeCloneable, Savable {
 
     /**
      * Sets the JointModelTransform implementation
-     * Default is {@link MatrixJointModelTransform}
+     * Default is {@link SeparateJointModelTransform}
      *
      * @param modelTransformClass which implementation to use
      * @see JointModelTransform