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

Fix warning

parent c1e6f0e3
No related branches found
No related tags found
No related merge requests found
...@@ -554,7 +554,7 @@ void LLFloaterTools::refresh() ...@@ -554,7 +554,7 @@ void LLFloaterTools::refresh()
LLObjectSelectionHandle selection = LLSelectMgr::getInstance()->getSelection(); LLObjectSelectionHandle selection = LLSelectMgr::getInstance()->getSelection();
F32 link_cost = selection->getSelectedLinksetCost(); F32 link_cost = selection->getSelectedLinksetCost();
S32 link_count = selection->getRootObjectCount(); S32 link_count = selection->getRootObjectCount();
S32 object_count = selection->getObjectCount(); //S32 object_count = selection->getObjectCount();
LLCrossParcelFunctor func; LLCrossParcelFunctor func;
if (!LLSelectMgr::getInstance()->getSelection()->applyToRootObjects(&func, true)) if (!LLSelectMgr::getInstance()->getSelection()->applyToRootObjects(&func, true))
......
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