FlyByCamera small change

Please change

[java] if (inputManager!= null && (!dragToRotate || (dragToRotate && canRotate))) [/java]

to [java]if (inputManager!= null && (!dragToRotate || canRotate)) [/java]



in SetEnabled()



I would make a patch but my working copy is quite fucked atm.



I made this mistake at work, and whenever i see it now, i wanna vommit, please fix :slight_smile:

1 Like