summaryrefslogtreecommitdiff
path: root/indra/newview/llnetmap.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2014-04-16 13:21:06 -0500
committerDave Parks <davep@lindenlab.com>2014-04-16 13:21:06 -0500
commit816e8578f9b63640afde942df282ccf5ed1385a5 (patch)
tree8b229f6311f46b66ce1e4163776438e392593b23 /indra/newview/llnetmap.cpp
parent678e8621794e774dc6ecc14b9fc3628583e4b935 (diff)
Backed out changeset: d0dfe3cda5b1
Diffstat (limited to 'indra/newview/llnetmap.cpp')
-rwxr-xr-xindra/newview/llnetmap.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llnetmap.cpp b/indra/newview/llnetmap.cpp
index 193e2ea678..08b5eaedbb 100755
--- a/indra/newview/llnetmap.cpp
+++ b/indra/newview/llnetmap.cpp
@@ -798,10 +798,7 @@ void LLNetMap::createObjectImage()
{
mObjectRawImagep = new LLImageRaw(img_size, img_size, 4);
U8* data = mObjectRawImagep->getData();
- if (data)
- {
- memset( data, 0, img_size * img_size * 4 );
- }
+ memset( data, 0, img_size * img_size * 4 );
mObjectImagep = LLViewerTextureManager::getLocalTexture( mObjectRawImagep.get(), FALSE);
}
setScale(mScale);