diff options
Diffstat (limited to 'src/render/sdlgraphics.h')
-rw-r--r-- | src/render/sdlgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/sdlgraphics.h b/src/render/sdlgraphics.h index 17540543e..dd33fcc0c 100644 --- a/src/render/sdlgraphics.h +++ b/src/render/sdlgraphics.h @@ -139,13 +139,13 @@ class SDLGraphics : public Graphics const bool resize, const bool noFrame) override final; - protected: virtual bool drawImage2(const Image *const image, int srcX, int srcY, int dstX, int dstY, const int width, const int height, const bool useColor) override final; + protected: int SDL_FakeUpperBlit(const SDL_Surface *const src, SDL_Rect *const srcrect, const SDL_Surface *const dst, |