summaryrefslogtreecommitdiff
path: root/src/graphicsmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsmanager.cpp')
-rw-r--r--src/graphicsmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphicsmanager.cpp b/src/graphicsmanager.cpp
index a5299ce1f..e4949fbaf 100644
--- a/src/graphicsmanager.cpp
+++ b/src/graphicsmanager.cpp
@@ -727,7 +727,7 @@ void GraphicsManager::updateTextureCompressionFormat() const
const int compressionFormat = config.getIntValue("compresstextures");
// using extensions if can
if (checkGLVersion(3, 1) ||
- checkGLesVersion(2,0) ||
+ checkGLesVersion(2, 0) ||
supportExtension("GL_ARB_texture_compression"))
{
GLint num = 0;