View3d Walk: enable rotation for ndof by default

This commit is contained in:
Campbell Barton
2014-02-12 16:51:53 +11:00
parent bd89528a5e
commit 7bc577e9f7

View File

@@ -1208,7 +1208,7 @@ static int walkApply_ndof(bContext *C, WalkInfo *walk)
bool do_translate = (flag & (NDOF_SHOULD_PAN | NDOF_SHOULD_ZOOM)) != 0;
#endif
bool do_rotate = false;
bool do_rotate = true;
bool do_translate = true;
float view_inv[4];