mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 13:20:35 +00:00
Put camera after playercontrols in load order not to override move360 controls
This commit is contained in:
parent
13c6de5c2c
commit
2463633c99
@ -14,9 +14,9 @@ GLOBAL: scripts/omw/worldeventhandlers.lua
|
||||
CREATURE, NPC, PLAYER: scripts/omw/mechanics/animationcontroller.lua
|
||||
PLAYER: scripts/omw/mechanics/playercontroller.lua
|
||||
MENU: scripts/omw/camera/settings.lua
|
||||
PLAYER: scripts/omw/camera/camera.lua
|
||||
MENU: scripts/omw/input/settings.lua
|
||||
PLAYER: scripts/omw/input/playercontrols.lua
|
||||
PLAYER: scripts/omw/camera/camera.lua
|
||||
PLAYER: scripts/omw/input/actionbindings.lua
|
||||
PLAYER: scripts/omw/input/smoothmovement.lua
|
||||
NPC,CREATURE: scripts/omw/ai.lua
|
||||
|
Loading…
x
Reference in New Issue
Block a user