Fix viewport context menu hiding cursor and sometimes popping up repeatedly

This commit is contained in:
nvsickle
2021-04-13 11:08:22 -07:00
parent 7b165cd40d
commit f6e98d5014
3 changed files with 3 additions and 4 deletions
@@ -342,7 +342,6 @@ bool LegacyViewportCameraControllerInstance::HandleInputChannelEvent(const AzFra
m_inRotateMode = true;
}
shouldConsumeEvent = true;
shouldCaptureCursor = true;
}
else if (state == InputChannel::State::Ended)