From e17da4740c510e3b28634b02298b661a151987f0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 13 Dec 2015 17:51:41 +0300 Subject: Fix code style. --- src/render/mobileopengl2graphics.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/render/mobileopengl2graphics.cpp') 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); } -- cgit v1.2.3-70-g09d2