Fix T57305: NDOF frozen w/ lock view to camera
This effectively reverts030297209fand785e8a636a, which caused this issue.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user