diff options
Diffstat (limited to 'src/render/surfacegraphics.h')
-rw-r--r-- | src/render/surfacegraphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/surfacegraphics.h b/src/render/surfacegraphics.h index 2973bc006..8d58fa052 100644 --- a/src/render/surfacegraphics.h +++ b/src/render/surfacegraphics.h @@ -146,11 +146,11 @@ class SurfaceGraphics final : public Graphics const int height A_UNUSED) override final { return false; } - bool calcWindow(ImageCollection *const vertCol A_UNUSED, + void calcWindow(ImageCollection *const vertCol A_UNUSED, const int x A_UNUSED, const int y A_UNUSED, const int w A_UNUSED, const int h A_UNUSED, const ImageRect &imgRect A_UNUSED) override final - { return false; } + { } void setBlitMode(const BlitMode mode) { mBlitMode = mode; } |