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:
@@ -120,7 +120,7 @@ void LLStatGraph::draw()
|
||||
|
||||
color = mThresholdColors[i];
|
||||
gGL.color4fv(color.mV);
|
||||
gl_rect_2d(1, llmath::llround(frac*getRect().getHeight()), getRect().getWidth() - 1, 0, TRUE);
|
||||
gl_rect_2d(1, ll_round(frac*getRect().getHeight()), getRect().getWidth() - 1, 0, TRUE);
|
||||
}
|
||||
|
||||
void LLStatGraph::setValue(const LLSD& value)
|
||||
|
||||
Reference in New Issue
Block a user