diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-29 21:40:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-29 21:40:10 +0300 |
commit | cf383ed98ff41b6086325b168e5f750b6f87d72e (patch) | |
tree | 3596cf2f6e000d0e76c17db0531e63ed6c9b876c /src/render/mobileopenglgraphics.cpp | |
parent | f94a6551b8d140e272ac1c46bce1ff0e5df34986 (diff) | |
download | plus-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.cpp | 2 |
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) |