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){