diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-02-01 12:43:12 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-02-01 12:43:12 -0700 |
commit | d08372f71d575ebc3050806660655e1c7c7cff84 (patch) | |
tree | a3ccce02052a725b94fa47452ab01d1ff80a1cd7 /indra/llmath/llvolume.h | |
parent | c7d0fab7b9279c5f6a57ee3de103b8fb142fb747 (diff) |
merge fix for SH-659 from v-d to mesh: small textures not loaded
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r-- | indra/llmath/llvolume.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index eceaced9e2..5bd65c2bf2 100644 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -901,7 +901,7 @@ public: LLVector4a* mExtents; //minimum and maximum point of face LLVector4a* mCenter; - LLVector2 mTexCoordExtents[2]; //minimum and maximum of texture coordinates of the face. + LLVector2 mTexCoordExtents[2]; //minimum and maximum of texture coordinates of the face. S32 mNumVertices; S32 mNumIndices; @@ -909,7 +909,7 @@ public: LLVector4a* mPositions; LLVector4a* mNormals; LLVector4a* mBinormals; - LLVector2* mTexCoords; + LLVector2* mTexCoords; U16* mIndices; std::vector<S32> mEdge; |