Dirty fix object import
This commit is contained in:
@@ -774,6 +774,8 @@ private:
|
||||
BOOL mForceSelection;
|
||||
|
||||
LLAnimPauseRequest mPauseRequest;
|
||||
|
||||
friend class LLObjectBackup;
|
||||
};
|
||||
|
||||
// *DEPRECATED: For callbacks or observers, use
|
||||
|
||||
@@ -1105,7 +1105,7 @@ void LLObjectBackup::primUpdate(LLViewerObject* object)
|
||||
// Now link
|
||||
LLSelectMgr::getInstance()->deselectAll();
|
||||
LLSelectMgr::getInstance()->selectObjectAndFamily(mToSelect, true);
|
||||
LLSelectMgr::getInstance()->linkObjects();
|
||||
LLSelectMgr::getInstance()->sendLink();
|
||||
LLViewerObject* root = mToSelect.back();
|
||||
root->setRotation(mRootRot);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user