Fix T57305: NDOF frozen w/ lock view to camera

This effectively reverts 030297209f and 785e8a636a,
which caused this issue.
This commit is contained in:
Campbell Barton
2019-03-13 22:18:22 +11:00
parent 52d31b4894
commit 3afc77655e
2 changed files with 1 additions and 10 deletions

View File

@@ -211,12 +211,10 @@ bool GHOST_System::getFullScreen(void)
void GHOST_System::dispatchEvents()
{
#ifdef WITH_INPUT_NDOF
#ifndef WIN32
// NDOF Motion event is sent only once per dispatch, so do it now:
if (m_ndofManager) {
m_ndofManager->sendMotionEvent();
}
#endif
#endif
if (m_eventManager) {