Sfoglia il codice sorgente

Merge pull request #368 from bdero/fix/bdero/flybycam-unregister-docstring

Change duplicated docstring in FlyByCamera.unregisterInput
Kirill Vainer 10 anni fa
parent
commit
b312ba3f48
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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(){