Browse Source

Update Listener.java

update javadoc
Wyatt Gillette 4 tháng trước cách đây
mục cha
commit
e92ea4fcc1
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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.