浏览代码

Update Listener.java

update javadoc
Wyatt Gillette 4 月之前
父节点
当前提交
e92ea4fcc1
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      jme3-core/src/main/java/com/jme3/audio/Listener.java

+ 1 - 2
jme3-core/src/main/java/com/jme3/audio/Listener.java

@@ -170,8 +170,7 @@ public class Listener {
     }
 
     /**
-     * Sets the rotation of the listener.
-     * This defines the listener's orientation in world space.
+     * Sets the rotation of the listener in world space.
      * If an {@link AudioRenderer} is set, it will be notified of the rotation change.
      *
      * @param rotation The new rotation of the listener.