Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git
Conflicts: indra/llrender/llpostprocess.cpp
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user