diff options
Diffstat (limited to 'src/render/sdl2graphics.h')
-rw-r--r-- | src/render/sdl2graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/sdl2graphics.h b/src/render/sdl2graphics.h index cce15e270..6631e53f4 100644 --- a/src/render/sdl2graphics.h +++ b/src/render/sdl2graphics.h @@ -182,8 +182,8 @@ class SDLGraphics final : public Graphics void setRendererFlags(const uint32_t flags) { mRendererFlags = flags; } - 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; |