Skip to content
Snippets Groups Projects
Commit d5200f05 authored by AndreyL ProductEngine's avatar AndreyL ProductEngine
Browse files

Merged in lindenlab/viewer-lynx

parents 7e13f981 f53e142e
No related branches found
No related tags found
No related merge requests found
......@@ -2063,7 +2063,9 @@ void LLDrawPoolAvatar::removeRiggedFace(LLFace* facep)
}
else
{
LL_ERRS() << "Face reference data corrupt for rigged type " << i << LL_ENDL;
LL_ERRS() << "Face reference data corrupt for rigged type " << i
<< ((mRiggedFace[i].size() <= index) ? "; wrong index (out of bounds)" : (mRiggedFace[i][index] != facep) ? "; wrong face pointer" : "")
<< LL_ENDL;
}
}
}
......
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