MAINT-646: Hotspot in LLViewerObjectList::update
This commit is contained in:
@@ -128,7 +128,9 @@ public:
|
||||
|
||||
void dirtyAllObjectInventory();
|
||||
|
||||
void removeFromActiveList(LLViewerObject* objectp);
|
||||
void updateActive(LLViewerObject *objectp);
|
||||
|
||||
void updateAvatarVisibility();
|
||||
|
||||
// Selection related stuff
|
||||
@@ -206,7 +208,7 @@ public:
|
||||
typedef std::vector<LLPointer<LLViewerObject> > vobj_list_t;
|
||||
|
||||
vobj_list_t mObjects;
|
||||
std::set<LLPointer<LLViewerObject> > mActiveObjects;
|
||||
std::vector<LLPointer<LLViewerObject> > mActiveObjects;
|
||||
|
||||
vobj_list_t mMapObjects;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user