mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:53:53 +00:00
Ignore mouse movements during video playback (Fixes #2139)
This commit is contained in:
parent
c7933dd692
commit
414f7ea02c
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ namespace MWInput
|
|||
MyGUI::InputManager::getInstance().injectMouseMove( int(mMouseX), int(mMouseY), mMouseWheel);
|
||||
}
|
||||
|
||||
if (mMouseLookEnabled)
|
||||
if (mMouseLookEnabled && !mControlsDisabled)
|
||||
{
|
||||
resetIdleTime();
|
||||
|
||||
|
|
Loading…
Reference in a new issue