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:
@@ -322,7 +322,7 @@ void LLViewerPartSourceScript::update(const F32 dt)
|
||||
|
||||
part->mStartGlow = mPartSysData.mPartData.mStartGlow;
|
||||
part->mEndGlow = mPartSysData.mPartData.mEndGlow;
|
||||
part->mGlow = LLColor4U(0, 0, 0, (U8) llmath::llround(part->mStartGlow*255.f));
|
||||
part->mGlow = LLColor4U(0, 0, 0, (U8) ll_round(part->mStartGlow*255.f));
|
||||
|
||||
if (mPartSysData.mPattern & LLPartSysData::LL_PART_SRC_PATTERN_DROP)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user