diff options
| -rwxr-xr-x | indra/newview/llvovolume.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 6cfdc1e9c6..50228476d8 100755 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4167,7 +4167,7 @@ void LLVolumeGeometryManager::registerFace(LLSpatialGroup* group, LLFace* facep,  		draw_info->mEnvIntensity = spec;  		draw_info->mSpecularMap = NULL; -		if (mat && LLPipeline::sRenderBump && LLPipeline::sRenderDeferred) +		if (mat)  		{  				// We have a material.  Update our draw info accordingly.  				draw_info->mMaterial = mat; | 
