diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 6b4453d26..bed185720 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -6232,7 +6232,7 @@ void LLVolumeGeometryManager::genDrawInfo(LLSpatialGroup* group, U32 mask, LLFac bool is_bump = te->getBumpmap() > 0 && te->getBumpmap() < 18; - if(is_bump) + if(is_bump && LLPipeline::sRenderDeferred) { llassert_always(mask & LLVertexBuffer::MAP_TANGENT); }