From 0e3ba69160ee1996465095820f02bd8b3f85443f Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 29 Oct 2010 19:55:47 +0000 Subject: [PATCH] - try to add special texture compression types from GL_EXT_texture_sRGB --- source/shared_lib/sources/graphics/gl/texture_gl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/shared_lib/sources/graphics/gl/texture_gl.cpp b/source/shared_lib/sources/graphics/gl/texture_gl.cpp index 1c4800911..5b062a2c2 100644 --- a/source/shared_lib/sources/graphics/gl/texture_gl.cpp +++ b/source/shared_lib/sources/graphics/gl/texture_gl.cpp @@ -352,6 +352,7 @@ GLint toCompressionFormatGl(GLint format) { default: return format; } + return format; } GLint toWrapModeGl(Texture::WrapMode wrapMode){