Oops. Fix typo picked up by Zini.

actorid
cc9cii 11 years ago
parent b2e3fa70c2
commit e6977d00e8

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