diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 17:51:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 17:51:41 +0300 |
commit | e17da4740c510e3b28634b02298b661a151987f0 (patch) | |
tree | e83d868000186a249c946d80aa478b0119eda494 /src/render/mobileopengl2graphics.cpp | |
parent | d8e20baa960b95c1ca1dfd7b7e6fc457c695d106 (diff) | |
download | plus-e17da4740c510e3b28634b02298b661a151987f0.tar.gz plus-e17da4740c510e3b28634b02298b661a151987f0.tar.bz2 plus-e17da4740c510e3b28634b02298b661a151987f0.tar.xz plus-e17da4740c510e3b28634b02298b661a151987f0.zip |
Fix code style.
Diffstat (limited to 'src/render/mobileopengl2graphics.cpp')
-rw-r--r-- | src/render/mobileopengl2graphics.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/mobileopengl2graphics.cpp b/src/render/mobileopengl2graphics.cpp index 533945fa1..8fdb43655 100644 --- a/src/render/mobileopengl2graphics.cpp +++ b/src/render/mobileopengl2graphics.cpp @@ -384,7 +384,8 @@ void MobileOpenGL2Graphics::drawImageCached(const Image *const image A_UNUSED, { } -void MobileOpenGL2Graphics::drawPatternCached(const Image *const image A_UNUSED, +void MobileOpenGL2Graphics::drawPatternCached(const Image *const image + A_UNUSED, const int x A_UNUSED, const int y A_UNUSED, const int w A_UNUSED, @@ -436,7 +437,7 @@ void MobileOpenGL2Graphics::drawRescaledImage(const Image *const image, void MobileOpenGL2Graphics::drawPattern(const Image *const image, const int x, const int y, const int w, const int h) -{ +{ drawPatternInline(image, x, y, w, h); } |