V3 merge part 1 / 2.
This commit is contained in:
@@ -1740,9 +1740,9 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume,
|
||||
}
|
||||
}
|
||||
|
||||
// <FS:ND> FS-5132 Only use color strider if face has colors.
|
||||
// if (rebuild_color)
|
||||
if (rebuild_color && mVertexBuffer->hasDataType(LLVertexBuffer::TYPE_COLOR) )
|
||||
// <FS:ND> FS-5132 Only use color strider if face has colors.
|
||||
// if (rebuild_color)
|
||||
if (rebuild_color && mVertexBuffer->hasDataType(LLVertexBuffer::TYPE_COLOR) )
|
||||
// </FS:ND>
|
||||
{
|
||||
LLFastTimer t(FTM_FACE_GEOM_COLOR);
|
||||
|
||||
Reference in New Issue
Block a user