diff --git a/engine/src/core/com/jme3/audio/AudioNode.java b/engine/src/core/com/jme3/audio/AudioNode.java index a25ad97bb..fbc6c5d3f 100644 --- a/engine/src/core/com/jme3/audio/AudioNode.java +++ b/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