소스 검색

Change duplicated docstring in FlyByCamera.unregisterInput

Brandon DeRosier 10 년 전
부모
커밋
1bb3ee089a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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(){