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
LTO-timing^2
psi29a 3 years ago
commit f1fd0d2e4a

@ -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…
Cancel
Save