diff options
author | Graham Linden <graham@lindenlab.com> | 2013-09-25 12:29:02 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2013-09-25 12:29:02 -0700 |
commit | 571920c7b4fb8966088e769c630cda3c149c4e39 (patch) | |
tree | e0d435d8479dbfddc77af1c79849700740511cda /indra/newview/llvopartgroup.cpp | |
parent | 71e986b0597341f9fcfb28f71bfbc46d65f08d88 (diff) |
BUG-3982 add code to subtract the lack of not removing the removal of backfaces for particles (make particles render double-sided again)
Diffstat (limited to 'indra/newview/llvopartgroup.cpp')
-rwxr-xr-x | indra/newview/llvopartgroup.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llvopartgroup.cpp b/indra/newview/llvopartgroup.cpp index 1630b5d484..9f4f11b317 100755 --- a/indra/newview/llvopartgroup.cpp +++ b/indra/newview/llvopartgroup.cpp @@ -285,10 +285,6 @@ void LLVOPartGroup::getBlendFunc(S32 idx, U32& src, U32& dst) src = part->mBlendFuncSource; dst = part->mBlendFuncDest; } - else - { - llerrs << "WTF?" << llendl; - } } LLVector3 LLVOPartGroup::getCameraPosition() const |