Always queue movement even when there's none

pull/3235/head
Alexei Kotov 2 months ago
parent 5e99545b9c
commit dfdd7aa684

@ -2479,9 +2479,7 @@ namespace MWMechanics
movement.x() *= scale;
movement.y() *= scale;
// Update movement
if (movement != osg::Vec3f())
world->queueMovement(mPtr, movement);
world->queueMovement(mPtr, movement);
}
mSkipAnim = false;

Loading…
Cancel
Save