summaryrefslogtreecommitdiff
path: root/src/render/mobileopengl2graphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-12 22:49:07 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-12 22:49:07 +0300
commitff3c80151bd6ddbf0b963dd28c25dc1c47fd4347 (patch)
treea8cd241884aee1410aa20ab6fc65fc0f53bbdc3b /src/render/mobileopengl2graphics.cpp
parenta7c79fc47a8d8387cfe9c59c4e45725c0c0ecef1 (diff)
downloadplus-ff3c80151bd6ddbf0b963dd28c25dc1c47fd4347.tar.gz
plus-ff3c80151bd6ddbf0b963dd28c25dc1c47fd4347.tar.bz2
plus-ff3c80151bd6ddbf0b963dd28c25dc1c47fd4347.tar.xz
plus-ff3c80151bd6ddbf0b963dd28c25dc1c47fd4347.zip
Fix compilation warning.
Diffstat (limited to 'src/render/mobileopengl2graphics.cpp')
-rw-r--r--src/render/mobileopengl2graphics.cpp4
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)
{