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:
@@ -560,7 +560,7 @@ void LLFloaterTools::refresh()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
children.push_front(selected->getRootEdit()); // need root in the list too
|
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)
|
for (LLViewerObject::child_list_t::iterator iter = children.begin(); iter != children.end(); ++iter, ++index)
|
||||||
{
|
{
|
||||||
if ((*iter)->isSelected())
|
if ((*iter)->isSelected())
|
||||||
|
|||||||
Reference in New Issue
Block a user