Skip to content
Snippets Groups Projects
Commit b76d15ed authored by prep's avatar prep
Browse files

SH-1252 & SH-1253 accesor cleanup

parent cb797532
No related branches found
No related tags found
No related merge requests found
......@@ -1418,12 +1418,12 @@ void LLViewerObjectList::onObjectCostFetchFailure(const LLUUID& object_id)
mPendingObjectCost.erase(object_id);
}
void LLViewerObjectList::updateQuotaCost( const LLUUID& objectId, const SelectionQuota& quota )
void LLViewerObjectList::updateQuota( const LLUUID& objectId, const SelectionQuota& quota )
{
LLViewerObject* pVO = findObject( objectId );
if ( pVO )
{
//pVO->updateQuota( quota );
pVO->updateQuota( quota );
}
}
......
......@@ -102,7 +102,7 @@ class LLViewerObjectList
F32 restitution,
F32 gravity_multiplier);
void updateQuotaCost( const LLUUID& objectId, const SelectionQuota& costs );
void updateQuota( const LLUUID& objectId, const SelectionQuota& costs );
void shiftObjects(const LLVector3 &offset);
......
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