diff options
author | Dave Parks <davep@lindenlab.com> | 2014-04-16 13:21:06 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2014-04-16 13:21:06 -0500 |
commit | 816e8578f9b63640afde942df282ccf5ed1385a5 (patch) | |
tree | 8b229f6311f46b66ce1e4163776438e392593b23 /indra/newview/lldrawpoolbump.cpp | |
parent | 678e8621794e774dc6ecc14b9fc3628583e4b935 (diff) |
Backed out changeset: d0dfe3cda5b1
Diffstat (limited to 'indra/newview/lldrawpoolbump.cpp')
-rwxr-xr-x | indra/newview/lldrawpoolbump.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp index 49ac82e786..6b4c5cfca1 100755 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -1232,7 +1232,6 @@ void LLBumpImageList::onSourceLoaded( BOOL success, LLViewerTexture *src_vi, LLI //if (iter->second->getWidth() != src->getWidth() || // iter->second->getHeight() != src->getHeight()) // bump not cached yet or has changed resolution - if (src->getData()) { LLPointer<LLImageRaw> dst_image = new LLImageRaw(src->getWidth(), src->getHeight(), 1); U8* dst_data = dst_image->getData(); |