summaryrefslogtreecommitdiff
path: root/src/render/mobileopenglgraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-29 21:40:10 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-29 21:40:10 +0300
commitcf383ed98ff41b6086325b168e5f750b6f87d72e (patch)
tree3596cf2f6e000d0e76c17db0531e63ed6c9b876c /src/render/mobileopenglgraphics.cpp
parentf94a6551b8d140e272ac1c46bce1ff0e5df34986 (diff)
downloadplus-cf383ed98ff41b6086325b168e5f750b6f87d72e.tar.gz
plus-cf383ed98ff41b6086325b168e5f750b6f87d72e.tar.bz2
plus-cf383ed98ff41b6086325b168e5f750b6f87d72e.tar.xz
plus-cf383ed98ff41b6086325b168e5f750b6f87d72e.zip
fix compilation warnings.
Diffstat (limited to 'src/render/mobileopenglgraphics.cpp')
-rw-r--r--src/render/mobileopenglgraphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/mobileopenglgraphics.cpp b/src/render/mobileopenglgraphics.cpp
index 8a1f47bef..202d03a37 100644
--- a/src/render/mobileopenglgraphics.cpp
+++ b/src/render/mobileopenglgraphics.cpp
@@ -339,7 +339,7 @@ void MobileOpenGLGraphics::drawPatternCached(const Image *const image,
vertFill2D(mFloatTexArrayCached, mShortVertArrayCached,
texX1, texY1, texX2, texY2,
- x, y, width, height);
+ dstX, dstY, width, height);
vp += 12;
if (vp >= vLimit)