mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-04 07:15:32 +00:00
Resolves #5517 by removing the object being rotated from the paging system.
This commit is contained in:
parent
46db69a349
commit
bbba524a6c
1 changed files with 3 additions and 0 deletions
|
@ -1390,6 +1390,9 @@ namespace MWWorld
|
|||
{
|
||||
if(ptr.getRefData().getBaseNode() != 0)
|
||||
{
|
||||
mRendering->pagingBlacklistObject(mStore.find(ptr.getCellRef().getRefId()), ptr);
|
||||
mWorldScene->removeFromPagedRefs(ptr);
|
||||
|
||||
mRendering->rotateObject(ptr, rotate);
|
||||
mPhysics->updateRotation(ptr);
|
||||
|
||||
|
|
Loading…
Reference in a new issue