mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 15:09:43 +00:00
Merge branch 'move360_fix' into 'master'
Minor fix in move360.lua. Scrolling shouldn't toggle view mode when TAB is pressed. See merge request OpenMW/openmw!2114
This commit is contained in:
commit
f1fd0d2e4a
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ function M.onInputAction(action)
|
|||
if not active or core.isWorldPaused() or
|
||||
not input.getControlSwitch(input.CONTROL_SWITCH.ViewMode) or
|
||||
not input.getControlSwitch(input.CONTROL_SWITCH.Controls) or
|
||||
input.isActionPressed(input.ACTION.TogglePOV) or
|
||||
not I.Camera.isModeControlEnabled() then
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue