1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-19 17:11:33 +00:00

Always queue movement even when there's none

This commit is contained in:
Alexei Kotov 2024-04-03 21:16:47 +03:00
parent 5e99545b9c
commit dfdd7aa684

View file

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