diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/pipeline.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index dcc2b7dd22..1a1d29ac32 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -8989,6 +8989,7 @@ void LLPipeline::LLMeshThread::run()  		{  			LLVolumeParams volume_params;  			volume_params.setType(LL_PCODE_PROFILE_SQUARE, LL_PCODE_PATH_LINE); +			volume_params.setSculptID(mMeshID, LL_SCULPT_TYPE_MESH);  			mVolume = new LLVolume(volume_params, mDetail);  			mVolume->createVolumeFacesFromStream(buffer_stream);  		} | 
