Cursor visibility on nightly build

I just updated to the nightly build yesterday and I can no longer make the mouse visible with the following code as I was able to before:



[java]inputManager.setCursorVisible(true);

mouseInput.setCursorVisible(true);

org.lwjgl.input.Mouse.setGrabbed(false);[/java]



Is this currently broken?

Did you disable the flyCam?

Thx that was it! :slight_smile: