diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-01 16:49:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-01 16:49:00 +0300 |
commit | 331468dbfb8de05723c62149036cb8a51e769baf (patch) | |
tree | ac481eb2ef64dc718d134e2c8134919e49017943 /src/render/mobileopengl2graphics.cpp | |
parent | 69ed7e5ae640b0a2cd95d66b42b4c369fe522433 (diff) | |
download | plus-331468dbfb8de05723c62149036cb8a51e769baf.tar.gz plus-331468dbfb8de05723c62149036cb8a51e769baf.tar.bz2 plus-331468dbfb8de05723c62149036cb8a51e769baf.tar.xz plus-331468dbfb8de05723c62149036cb8a51e769baf.zip |
Fix code style.
Diffstat (limited to 'src/render/mobileopengl2graphics.cpp')
-rw-r--r-- | src/render/mobileopengl2graphics.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/mobileopengl2graphics.cpp b/src/render/mobileopengl2graphics.cpp index a7d978d0d..a0bbcadf8 100644 --- a/src/render/mobileopengl2graphics.cpp +++ b/src/render/mobileopengl2graphics.cpp @@ -723,7 +723,8 @@ void MobileOpenGL2Graphics::drawTileCollection(const ImageCollection } } -void MobileOpenGL2Graphics::calcPattern(ImageCollection *restrict const vertCol, +void MobileOpenGL2Graphics::calcPattern(ImageCollection *restrict const + vertCol, const Image *restrict const image, const int x, const int y, |