Sync llcommon with Alchemy a bit.
llmath::llround->ll_round LL_ICC->LL_INTELC Add llpredicate Add LL_CPP11 macro Remove llhash Update llinitparam, llsd and all relatives of it.
This commit is contained in:
@@ -386,9 +386,9 @@ void LLFloaterBuyLandUI::updateParcelInfo()
|
||||
}
|
||||
|
||||
mParcelBillableArea =
|
||||
llmath::llround(mRegion->getBillableFactor() * mParcelActualArea);
|
||||
ll_round(mRegion->getBillableFactor() * mParcelActualArea);
|
||||
|
||||
mParcelSupportedObjects = llmath::llround(
|
||||
mParcelSupportedObjects = ll_round(
|
||||
parcel->getMaxPrimCapacity() * parcel->getParcelPrimBonus());
|
||||
// Can't have more than region max tasks, regardless of parcel
|
||||
// object bonus factor.
|
||||
|
||||
Reference in New Issue
Block a user