diff options
author | Dave Parks <davep@lindenlab.com> | 2012-03-08 15:23:19 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-03-08 15:23:19 -0600 |
commit | 5d914f475b9cc315d819653601144764993a32c8 (patch) | |
tree | 33f161638ae9cc9b4d5aa73c9814b102d05ad18d /indra/llrender | |
parent | 5e74293b0cfe562e8e3184217f27b3e86afe5277 (diff) | |
parent | 83e69659e2c950bec02df8c8e1b15fbc34ca1dc6 (diff) |
merge
Diffstat (limited to 'indra/llrender')
-rw-r--r-- | indra/llrender/llgl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp index fdb674c433..3f78ab20d0 100644 --- a/indra/llrender/llgl.cpp +++ b/indra/llrender/llgl.cpp @@ -576,7 +576,7 @@ bool LLGLManager::initGL() #endif } - if (mGLVersion >= 3.f && LLImageGL::sCompressTextures) + if (mGLVersion >= 2.1f && LLImageGL::sCompressTextures) { //use texture compression glHint(GL_TEXTURE_COMPRESSION_HINT, GL_NICEST); } |