diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmath/llvolume.cpp | 3 |
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(); |