mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 07:53:51 +00:00
fix direction bug
This commit is contained in:
parent
00de2e6d98
commit
9b606be4b8
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ namespace MWClass
|
|||
if (ptr.getRefData().getMovement().get())
|
||||
{
|
||||
vector.x = - ptr.getRefData().getMovement()->mLeftRight * 200;
|
||||
vector.z = - ptr.getRefData().getMovement()->mForwardBackward * 200;
|
||||
vector.y = ptr.getRefData().getMovement()->mForwardBackward * 200;
|
||||
|
||||
if (getStance (ptr, Run, false))
|
||||
vector *= 2;
|
||||
|
|
Loading…
Reference in a new issue