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

Apparently this can crash too!

parent 21e409d8
No related branches found
No related tags found
No related merge requests found
...@@ -842,7 +842,7 @@ void LLViewerObjectList::updateApparentAngles(LLAgent &agent) ...@@ -842,7 +842,7 @@ void LLViewerObjectList::updateApparentAngles(LLAgent &agent)
for (i = mCurLazyUpdateIndex; i < max_value; i++) for (i = mCurLazyUpdateIndex; i < max_value; i++)
{ {
objectp = mObjects[i]; objectp = mObjects[i];
if (!objectp->isDead()) if (objectp && !objectp->isDead())
{ {
num_objects++; num_objects++;
......
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