Selaa lähdekoodia

Quaternion: javadoc

Stephen Gold 2 vuotta sitten
vanhempi
commit
116ee9eec9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      jme3-core/src/main/java/com/jme3/math/Quaternion.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/math/Quaternion.java

@@ -1326,7 +1326,7 @@ public final class Quaternion implements Savable, Cloneable, java.io.Serializabl
      * Negates all 4 components.
      *
      * @deprecated The naming of this method doesn't follow convention. Please
-     *     use {@link #normalizeLocal()} instead.
+     *     use {@link #negateLocal()} instead.
      */
     @Deprecated
     public void negate() {