Bump link num starting point from 0 to 1

Based on script testing, and the fact that the root prim is 1, not 0.
This commit is contained in:
Inusaito Sayori
2014-06-07 06:30:52 -04:00
parent fa0de18ffe
commit 68684855c6

View File

@@ -560,7 +560,7 @@ void LLFloaterTools::refresh()
else
{
children.push_front(selected->getRootEdit()); // need root in the list too
S32 index = 0;
S32 index = 1;
for (LLViewerObject::child_list_t::iterator iter = children.begin(); iter != children.end(); ++iter, ++index)
{
if ((*iter)->isSelected())