summaryrefslogtreecommitdiff
path: root/src/render/surfacegraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-28 15:46:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-28 16:41:19 +0300
commitf146cd42ce84a08879eb286ecd2ed2aa8ad82300 (patch)
treef689f832f54f361be8cff61deb47c0e32febd486 /src/render/surfacegraphics.cpp
parent409cee51fe11e2495a2741226432666a8702dceb (diff)
downloadManaVerse-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.gz
ManaVerse-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.bz2
ManaVerse-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.xz
ManaVerse-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.zip
fix code style.
Diffstat (limited to 'src/render/surfacegraphics.cpp')
-rw-r--r--src/render/surfacegraphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/surfacegraphics.cpp b/src/render/surfacegraphics.cpp
index d9cb03136..e6aee752f 100644
--- a/src/render/surfacegraphics.cpp
+++ b/src/render/surfacegraphics.cpp
@@ -43,7 +43,7 @@ SurfaceGraphics::~SurfaceGraphics()
}
bool SurfaceGraphics::drawImage(const Image *const image,
- int dstX, int dstY)
+ int dstX, int dstY)
{
FUNC_BLOCK("Graphics::drawImage", 1)
// Check that preconditions for blitting are met.