forked from mirror/openmw-tes3mp
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->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