aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath
diff options
context:
space:
mode:
authorJacek Antonelli2009-01-11 16:10:10 -0600
committerJacek Antonelli2009-01-11 16:10:15 -0600
commit6156baad67c744ed03ea47798bfeb8a77698efc6 (patch)
tree872d35ff6df740462d8cb574d03f746dfd5dd1ae /linden/indra/llmath
parentSecond Life viewer sources 1.22.3-RC (diff)
downloadmeta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.zip
meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.gz
meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.bz2
meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.xz
Second Life viewer sources 1.22.4-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/llmath/llvolume.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llmath/llvolume.cpp b/linden/indra/llmath/llvolume.cpp
index be03090..d87bae3 100644
--- a/linden/indra/llmath/llvolume.cpp
+++ b/linden/indra/llmath/llvolume.cpp
@@ -1765,9 +1765,12 @@ BOOL LLVolume::generate()
1765 //debug info 1765 //debug info
1766 if((U32)(sizeS * sizeT) > (1u << 20)) 1766 if((U32)(sizeS * sizeT) > (1u << 20))
1767 { 1767 {
1768 llinfos << "regenPath: " << (S32)regenPath << " regenProf: " << (S32)regenProf << llendl ;
1768 llinfos << "sizeS: " << sizeS << " sizeT: " << sizeT << llendl ; 1769 llinfos << "sizeS: " << sizeS << " sizeT: " << sizeT << llendl ;
1769 llinfos << "path_detail : " << path_detail << " split: " << split << " profile_detail: " << profile_detail << llendl ; 1770 llinfos << "path_detail : " << path_detail << " split: " << split << " profile_detail: " << profile_detail << llendl ;
1770 llinfos << mParams << llendl ; 1771 llinfos << mParams << llendl ;
1772
1773 llerrs << "LLVolume corrupted!" << llendl ;
1771 } 1774 }
1772 1775
1773 sNumMeshPoints -= mMesh.size(); 1776 sNumMeshPoints -= mMesh.size();