mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 15:36:42 +00:00
remove insertMesh() call on object cell change
This commit is contained in:
parent
d983ed5c78
commit
ac7095537f
1 changed files with 0 additions and 4 deletions
|
@ -514,9 +514,5 @@ void Objects::updateObjectCell(const MWWorld::Ptr &ptr)
|
||||||
node = mCellSceneNodes[newCell];
|
node = mCellSceneNodes[newCell];
|
||||||
}
|
}
|
||||||
node->addChild(ptr.getRefData().getBaseNode());
|
node->addChild(ptr.getRefData().getBaseNode());
|
||||||
|
|
||||||
/// \note Still unaware how to move aabb and static w/o full rebuild,
|
|
||||||
/// moving static objects may cause problems
|
|
||||||
insertMesh(ptr, MWWorld::Class::get(ptr).getModel(ptr));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue