From ff3c80151bd6ddbf0b963dd28c25dc1c47fd4347 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 12 Dec 2015 22:49:07 +0300 Subject: Fix compilation warning. --- src/render/mobileopengl2graphics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render') 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) { -- cgit v1.2.3-60-g2f50