diff options
author | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-04-10 10:42:17 -0700 |
---|---|---|
committer | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-04-10 10:42:17 -0700 |
commit | afb846756f069e96bb0e1af2f8ca295672be9f87 (patch) | |
tree | ce0ffc3f765d9128267898fc77e5b64ca9485f8c | |
parent | 5c507f964808c5c4c3586cfa1e4cf4a4c6974b95 (diff) |
Remove temp patch file
-rw-r--r-- | NORSPEC-59-HACK.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/NORSPEC-59-HACK.patch b/NORSPEC-59-HACK.patch deleted file mode 100644 index e2d9e8d9e7..0000000000 --- a/NORSPEC-59-HACK.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -r 0b4f135cdbe8 indra/newview/llvoavatar.cpp ---- a/indra/newview/llvoavatar.cpp Thu Apr 04 09:18:46 2013 -0700 -+++ b/indra/newview/llvoavatar.cpp Sat Apr 06 05:18:35 2013 -0700 -@@ -4336,6 +4336,7 @@ - gGL.setAlphaRejectSettings(LLRender::CF_DEFAULT); - } - -+#if !LL_DARWIN - if (!isSelf() || gAgent.needsRenderHead() || LLPipeline::sShadowRender) - { - if (LLPipeline::sImpostorRender) -@@ -4362,7 +4363,8 @@ - gGL.setAlphaRejectSettings(LLRender::CF_DEFAULT); - } - } -- -+#endif -+ - return num_indices; - } - |