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/llrender/llimagegl.cpp | |
parent | 678e8621794e774dc6ecc14b9fc3628583e4b935 (diff) |
Backed out changeset: d0dfe3cda5b1
Diffstat (limited to 'indra/llrender/llimagegl.cpp')
-rwxr-xr-x | indra/llrender/llimagegl.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llrender/llimagegl.cpp b/indra/llrender/llimagegl.cpp index 315cc57e51..ab875141c5 100755 --- a/indra/llrender/llimagegl.cpp +++ b/indra/llrender/llimagegl.cpp @@ -1251,11 +1251,6 @@ BOOL LLImageGL::createGLTexture(S32 discard_level, const LLImageRaw* imageraw, S return FALSE; } - if (!imageraw->getData()) - { - return FALSE; - } - mGLTextureCreated = false ; llassert(gGLManager.mInited); stop_glerror(); |