Przeglądaj źródła

* Fix issue 490

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9444 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
Sha..om 13 lat temu
rodzic
commit
68551c8c17
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      engine/src/core/com/jme3/audio/AudioNode.java

+ 2 - 2
engine/src/core/com/jme3/audio/AudioNode.java

@@ -372,14 +372,14 @@ public class AudioNode extends Node {
     }
     }
 
 
     /**
     /**
-     * @return The time offset in seconds when the sound will start playing.
+     * @return the time offset in the sound sample when to start playing.
      */
      */
     public float getTimeOffset() {
     public float getTimeOffset() {
         return timeOffset;
         return timeOffset;
     }
     }
 
 
     /**
     /**
-     * Set the time offset in seconds when the sound will start playing.
+     * Set the time offset in the sound sample when to start playing.
      * 
      * 
      * @param timeOffset The time offset
      * @param timeOffset The time offset
      * @throws IllegalArgumentException If timeOffset is negative
      * @throws IllegalArgumentException If timeOffset is negative