Dirty fix object import

This commit is contained in:
Siana Gearz
2013-02-25 23:58:43 +01:00
parent 8f5c58ff3c
commit e2659b801a
2 changed files with 3 additions and 1 deletions

View File

@@ -774,6 +774,8 @@ private:
BOOL mForceSelection;
LLAnimPauseRequest mPauseRequest;
friend class LLObjectBackup;
};
// *DEPRECATED: For callbacks or observers, use

View File

@@ -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);
}