diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-10-19 16:32:49 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-10-19 16:32:49 -0400 |
| commit | 6c6a95478ecd657c271354d93a6f98c90093bac5 (patch) | |
| tree | 3272eb91816b849d65c9d72293ee0a4769827306 /indra/llmath/llvolume.cpp | |
| parent | 58992e2cb4ae2787b85cff63c3ed680cd99fa8ce (diff) | |
SL-234 WIP - remap skin weights to match included-joint logic
Diffstat (limited to 'indra/llmath/llvolume.cpp')
| -rwxr-xr-x | indra/llmath/llvolume.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index 8608e45a91..206330fd53 100755 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -4568,6 +4568,7 @@ LLVolumeFace::LLVolumeFace() : mTexCoords(NULL), mIndices(NULL), mWeights(NULL), + mWeightsRemapped(FALSE), mOctree(NULL), mOptimized(FALSE) { |
