Skip to content
Snippets Groups Projects
Commit 96927400 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Boop the snoot

parent 11e2756a
No related branches found
No related tags found
No related merge requests found
...@@ -1308,7 +1308,7 @@ void LLViewerObjectList::cleanupReferences(LLViewerObject *objectp) ...@@ -1308,7 +1308,7 @@ void LLViewerObjectList::cleanupReferences(LLViewerObject *objectp)
} }
else else
{ {
mDeadObjects.insert(objectp->mID); mDeadObjects.emplace(objectp->mID);
} }
// Cleanup any references we have to this object // Cleanup any references we have to this object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment