ソースを参照

* Fix issue 490

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9444 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
Sha..om 13 年 前
コミット
68551c8c17
1 ファイル変更2 行追加2 行削除
  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() {
         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
      * @throws IllegalArgumentException If timeOffset is negative