A few more rigging related things added in. Also fixed vertex weights

This commit is contained in:
Shyotl
2011-08-01 03:53:25 -05:00
parent 2aa4aa78e2
commit 0bd444de5f
7 changed files with 172 additions and 42 deletions

View File

@@ -811,7 +811,7 @@ BOOL LLVOVolume::setVolume(const LLVolumeParams &params_in, const S32 detail, bo
if (mVolumeImpl)
{
mVolumeImpl->onSetVolume(volume_params, detail); //mLOD ?
mVolumeImpl->onSetVolume(volume_params, mLOD); //detail ?
}
updateSculptTexture();