Conflicts:
	indra/llrender/llpostprocess.cpp
This commit is contained in:
Shyotl
2015-05-16 02:53:19 -05:00
283 changed files with 4359 additions and 2112 deletions

View File

@@ -700,7 +700,7 @@ void LLVOPartGroup::getGeometry(S32 idx,
}
else
{
pglow = LLColor4U(0, 0, 0, (U8) llmath::llround(255.f*part.mStartGlow));
pglow = LLColor4U(0, 0, 0, (U8) ll_round(255.f*part.mStartGlow));
pcolor = part.mStartColor;
}
}