diff options
author | Oz Linden <oz@lindenlab.com> | 2015-04-17 13:37:46 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-04-17 13:37:46 -0400 |
commit | 1da60c1d92e7af7d9f3de141574179717cf1e9cd (patch) | |
tree | b3d041ece3f7b34304e1257f6083d7f08b342e6a /indra/newview/llviewertexturelist.cpp | |
parent | 7a212eb7e5a44e4b1df96e1c48c2b5afb580c1a6 (diff) |
reorganize visual muting, impostors, and complexity criteria [does not render correctly yet]
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rwxr-xr-x | indra/newview/llviewertexturelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index 8c27ddc63c..33bf4f823e 100755 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -447,7 +447,7 @@ LLViewerFetchedTexture* LLViewerTextureList::getImage(const LLUUID &image_id, // If the image is not found, creates new image and // enqueues a request for transmission - if ((&image_id == NULL) || image_id.isNull()) + if (image_id.isNull()) { return (LLViewerTextureManager::getFetchedTexture(IMG_DEFAULT, FTT_DEFAULT, TRUE, LLGLTexture::BOOST_UI)); } |