mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
Update rotated objects in navigator
This commit is contained in:
parent
f394ace4d5
commit
b51a54e976
@ -1381,7 +1381,12 @@ namespace MWWorld
|
||||
ptr.getRefData().setPosition(pos);
|
||||
|
||||
if(ptr.getRefData().getBaseNode() != 0)
|
||||
{
|
||||
mWorldScene->updateObjectRotation(ptr, true);
|
||||
|
||||
if (const auto object = mPhysics->getObject(ptr))
|
||||
updateNavigatorObject(object);
|
||||
}
|
||||
}
|
||||
|
||||
void World::adjustPosition(const Ptr &ptr, bool force)
|
||||
|
Loading…
x
Reference in New Issue
Block a user