mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-09 21:44:54 +00:00
Always queue movement even when there's none
This commit is contained in:
parent
5e99545b9c
commit
dfdd7aa684
@ -2479,8 +2479,6 @@ namespace MWMechanics
|
||||
|
||||
movement.x() *= scale;
|
||||
movement.y() *= scale;
|
||||
// Update movement
|
||||
if (movement != osg::Vec3f())
|
||||
world->queueMovement(mPtr, movement);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user