Explorar o código

Fixes issue #1350 for getters (MorphTrack documentation)

Stephen Gold %!s(int64=5) %!d(string=hai) anos
pai
achega
f71c312338
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      jme3-core/src/main/java/com/jme3/anim/MorphTrack.java

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

@@ -79,7 +79,7 @@ public class MorphTrack implements AnimTrack<float[]> {
     /**
      * return the array of weights of this track
      *
-     * @return the pre-existing array
+     * @return the pre-existing array -- do not modify
      */
     public float[] getWeights() {
         return weights;
@@ -88,7 +88,7 @@ public class MorphTrack implements AnimTrack<float[]> {
     /**
      * returns the arrays of time for this track
      *
-     * @return the pre-existing array
+     * @return the pre-existing array -- do not modify
      */
     public float[] getTimes() {
         return times;