SH-1252 & SH-1253 accesor cleanup
parent
cb797532c0
commit
b76d15ed14
|
|
@ -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 @@ public:
|
|||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue