mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 22:06:40 +00:00
Put camera after playercontrols in load order not to override move360 controls
This commit is contained in:
parent
13c6de5c2c
commit
2463633c99
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue