diff options
-rwxr-xr-x | indra/llmath/llvolume.cpp | 2 | ||||
-rwxr-xr-x | indra/newview/llvovolume.cpp | 2 | ||||
-rwxr-xr-x | install.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index 1a24e0fbe9..1f15d5465c 100755 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -6206,7 +6206,7 @@ void LLVolumeFace::pushVertex(const LLVector4a& pos, const LLVector4a& norm, con { S32 new_verts = mNumVertices+1; S32 new_size = new_verts*16; - S32 old_size = mNumVertices*16; +// S32 old_size = mNumVertices*16; //positions mPositions = (LLVector4a*) realloc(mPositions, new_size); diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 96dfcae292..4ef050e71f 100755 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -1356,7 +1356,7 @@ BOOL LLVOVolume::genBBoxes(BOOL force_global) BOOL rebuild = mDrawable->isState(LLDrawable::REBUILD_VOLUME | LLDrawable::REBUILD_POSITION | LLDrawable::REBUILD_RIGGED); - bool rigged = false; +// bool rigged = false; LLVolume* volume = mRiggedVolume; if (!volume) { diff --git a/install.xml b/install.xml index e896956c1b..f2f4a1b92c 100755 --- a/install.xml +++ b/install.xml @@ -56,9 +56,9 @@ <key>darwin</key> <map> <key>md5sum</key> - <string>70b8bebe5b107a5f9eb175ff992b148c</string> + <string>cc3a93782ac74982eb74aa5dbcd923f0</string> <key>url</key> - <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/glod-1.0pre4-darwin-20100916a.tar.bz2</uri> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/glod-1.0pre4-darwin-20100922.tar.bz2</uri> </map> <key>linux</key> <map> |