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

Change duplicated docstring in FlyByCamera.unregisterInput
This commit is contained in:
Kirill Vainer 2015-10-19 14:23:36 -04:00
commit b312ba3f48

View File

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