Skip to content

Commit e92ea4f

Browse files
authored
Update Listener.java
update javadoc
1 parent 30aa1db commit e92ea4f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

jme3-core/src/main/java/com/jme3/audio/Listener.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ public void setLocation(Vector3f location) {
170170
}
171171

172172
/**
173-
* Sets the rotation of the listener.
174-
* This defines the listener's orientation in world space.
173+
* Sets the rotation of the listener in world space.
175174
* If an {@link AudioRenderer} is set, it will be notified of the rotation change.
176175
*
177176
* @param rotation The new rotation of the listener.

0 commit comments

Comments
 (0)