forked from teamnwah/openmw-tes3coop
Oops. Fix typo picked up by Zini.
This commit is contained in:
parent
b2e3fa70c2
commit
e6977d00e8
1 changed files with 2 additions and 2 deletions
|
@ -391,8 +391,8 @@ namespace MWMechanics
|
||||||
|
|
||||||
// update position
|
// update position
|
||||||
ESM::Position updatedPos = actor.getRefData().getPosition();
|
ESM::Position updatedPos = actor.getRefData().getPosition();
|
||||||
mPrevX = pos.pos[0];
|
mPrevX = updatedPos.pos[0];
|
||||||
mPrevY = pos.pos[1];
|
mPrevY = updatedPos.pos[1];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue