summaryrefslogtreecommitdiff
path: root/src/render/sdl2graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/sdl2graphics.cpp')
-rw-r--r--src/render/sdl2graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/sdl2graphics.cpp b/src/render/sdl2graphics.cpp
index ebfcdb226..8c78c8cdd 100644
--- a/src/render/sdl2graphics.cpp
+++ b/src/render/sdl2graphics.cpp
@@ -158,7 +158,7 @@ bool SDLGraphics::drawRescaledImage(const Image *const image,
}
bool SDLGraphics::drawImage(const Image *const image,
- int dstX, int dstY)
+ int dstX, int dstY)
{
return drawImageInline(image, dstX, dstY);
}