diff options
author | Dave Parks <davep@lindenlab.com> | 2011-05-25 18:45:21 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-05-25 18:45:21 -0500 |
commit | 3a409e6edc95ddee8ea0ff88f8388a8aa840d871 (patch) | |
tree | f74e9a5858a4c6df8c06637a57c24b905a432f15 /indra/newview/llvotree.cpp | |
parent | e3782b56337a9e0026ce4d2e6e9dabb2d8801be1 (diff) |
SH-1603 Replace every occurrence of "WTF" with something more appropriate.
Diffstat (limited to 'indra/newview/llvotree.cpp')
-rw-r--r-- | indra/newview/llvotree.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llvotree.cpp b/indra/newview/llvotree.cpp index 8946d4e0b6..3c7fe708e6 100644 --- a/indra/newview/llvotree.cpp +++ b/indra/newview/llvotree.cpp @@ -980,11 +980,6 @@ void LLVOTree::appendMesh(LLStrider<LLVector3>& vertices, for (S32 i = 0; i < index_count; i++) { U16 index = index_offset + i; - if (idx[index] >= vert_start + vert_count || - idx[index] < vert_start) - { - llerrs << "WTF?" << llendl; - } *indices++ = idx[index]-vert_start+cur_idx; } |