mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 07:53:53 +00:00
Update rotated objects in navigator
This commit is contained in:
parent
8c08c3c7d6
commit
80051db8f8
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue