summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2011-02-01 12:43:12 -0700
committerXiaohong Bao <bao@lindenlab.com>2011-02-01 12:43:12 -0700
commitd08372f71d575ebc3050806660655e1c7c7cff84 (patch)
treea3ccce02052a725b94fa47452ab01d1ff80a1cd7 /indra/llmath/llvolume.h
parentc7d0fab7b9279c5f6a57ee3de103b8fb142fb747 (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.h4
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;