summaryrefslogtreecommitdiff
path: root/src/render/sdlgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/sdlgraphics.h')
-rw-r--r--src/render/sdlgraphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/sdlgraphics.h b/src/render/sdlgraphics.h
index f5ca099de..c8565f4be 100644
--- a/src/render/sdlgraphics.h
+++ b/src/render/sdlgraphics.h
@@ -136,8 +136,8 @@ class SDLGraphics final : public Graphics
const bool resize,
const bool noFrame) override final;
- bool drawImage2(const Image *const image,
- int dstX, int dstY) override final;
+ bool drawImage(const Image *const image,
+ int dstX, int dstY) override final;
void drawImageCached(const Image *const image,
int x, int y) override final;