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:
@@ -227,8 +227,8 @@ void LLFloaterLandHoldings::processPlacesReply(LLMessageSystem* msg, void**)
|
||||
self->mActualArea += actual_area;
|
||||
self->mBillableArea += billable_area;
|
||||
|
||||
S32 region_x = llmath::llround(global_x) % REGION_WIDTH_UNITS;
|
||||
S32 region_y = llmath::llround(global_y) % REGION_WIDTH_UNITS;
|
||||
S32 region_x = ll_round(global_x) % REGION_WIDTH_UNITS;
|
||||
S32 region_y = ll_round(global_y) % REGION_WIDTH_UNITS;
|
||||
|
||||
std::string location;
|
||||
location = llformat("%s (%d, %d)", sim_name.c_str(), region_x, region_y);
|
||||
|
||||
Reference in New Issue
Block a user