diff options
author | Dave Parks <davep@lindenlab.com> | 2009-11-25 11:35:41 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2009-11-25 11:35:41 -0600 |
commit | 6d66910c6e2fbb25bf8b5c7b90e795f350342104 (patch) | |
tree | 39f6858dc265ab2fb828954e87f3b5df5a85424e /indra/llmath/llvolume.cpp | |
parent | 62233f22469cdc66042fc7bbbbd367dbb7212fde (diff) |
Fix for spam on invalid mesh asset.
Fix for index buffer overflow spam and crash in llvertexbuffer.
Diffstat (limited to 'indra/llmath/llvolume.cpp')
-rw-r--r-- | indra/llmath/llvolume.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index 515b1061f9..3e547aec6f 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -2245,11 +2245,6 @@ void LLVolume::makeTetrahedron() void LLVolume::copyVolumeFaces(LLVolume* volume) { - if (volume->isTetrahedron()) - { - llerrs << "WTF?" << llendl; - } - mVolumeFaces = volume->mVolumeFaces; mSculptLevel = 0; mIsTetrahedron = FALSE; |