diff options
Diffstat (limited to 'src/render/surfacegraphics.h')
-rw-r--r-- | src/render/surfacegraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/surfacegraphics.h b/src/render/surfacegraphics.h index 3d62b5c22..d10ea938a 100644 --- a/src/render/surfacegraphics.h +++ b/src/render/surfacegraphics.h @@ -180,13 +180,13 @@ class SurfaceGraphics : public Graphics const bool noFrame A_UNUSED) override final { return false; } - protected: 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: BlitMode mBlitMode; SDL_Surface *mTarget; }; |