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:
@@ -1111,7 +1111,7 @@ void LLKeyframeMotion::applyConstraint(JointConstraint* constraint, F32 time, U8
|
||||
|
||||
LLVector3 source_to_target = target_pos - keyframe_source_pos;
|
||||
|
||||
S32 max_iteration_count = llmath::llround(clamp_rescale(
|
||||
S32 max_iteration_count = ll_round(clamp_rescale(
|
||||
mCharacter->getPixelArea(),
|
||||
MAX_PIXEL_AREA_CONSTRAINTS,
|
||||
MIN_PIXEL_AREA_CONSTRAINTS,
|
||||
|
||||
Reference in New Issue
Block a user