diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/render/mobileopengl2graphics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/mobileopengl2graphics.cpp b/src/render/mobileopengl2graphics.cpp index f165ec11a..533945fa1 100644 --- a/src/render/mobileopengl2graphics.cpp +++ b/src/render/mobileopengl2graphics.cpp @@ -1149,8 +1149,8 @@ void MobileOpenGL2Graphics::bindTexture2(const GLenum target, } } -void MobileOpenGL2Graphics::bindTexture(const GLenum target A_UNUSED, - const GLuint texture A_UNUSED) +void MobileOpenGL2Graphics::bindTexture(const GLenum target, + const GLuint texture) { if (mTextureBinded != texture) { |