MouseController created is now of the type OrbitalMouseController

This commit is contained in:
Joakim Kilby
2015-02-06 11:23:04 +01:00
parent fe0cd2c130
commit 737a5082fa

View File

@@ -279,7 +279,8 @@ bool OpenSpaceEngine::initialize() {
_interactionHandler.setKeyboardController(new interaction::KeyboardControllerFixed);
//_interactionHandler.setKeyboardController(new interaction::KeyboardControllerLua);
_interactionHandler.setMouseController(new interaction::TrackballMouseController);
//_interactionHandler.setMouseController(new interaction::TrackballMouseController);
_interactionHandler.setMouseController(new interaction::OrbitalMouseController);
// Run start up scripts
runStartupScripts();