Explorar o código

Change duplicated docstring in FlyByCamera.unregisterInput

Brandon DeRosier %!s(int64=10) %!d(string=hai) anos
pai
achega
1bb3ee089a
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      jme3-core/src/main/java/com/jme3/input/FlyByCamera.java

+ 1 - 2
jme3-core/src/main/java/com/jme3/input/FlyByCamera.java

@@ -277,8 +277,7 @@ public class FlyByCamera implements AnalogListener, ActionListener {
     }
 
     /**
-     * Registers the FlyByCamera to receive input events from the provided
-     * Dispatcher.
+     * Unregisters the FlyByCamera from the event Dispatcher.
      */
     public void unregisterInput(){