diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-03-21 16:40:23 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-03-21 16:40:23 -0600 |
commit | a2bcd2a872785ed6474268eaf9568c004dc639f5 (patch) | |
tree | 1526397cdb3efa9cbc80d4ad30342af66474df2a | |
parent | 5b9ee2a9d5687eae6fd48ee6038cd2f7ed1d9a53 (diff) |
fix for SH-1162: [regression] Mesh Viewer Crashes on Enabling Lighting and Shadows
-rw-r--r-- | indra/newview/lldrawpoolbump.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp index bbce847fdc..0a642f494b 100644 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -646,8 +646,6 @@ BOOL LLDrawPoolBump::bindBumpMap(U8 bump_code, LLViewerTexture* texture, F32 vsi break; } - llassert(bump); - if (bump) { if (channel == -2) |