diff options
Diffstat (limited to 'src/render/surfacegraphics.h')
-rw-r--r-- | src/render/surfacegraphics.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/render/surfacegraphics.h b/src/render/surfacegraphics.h index d10ea938a..9af2efb76 100644 --- a/src/render/surfacegraphics.h +++ b/src/render/surfacegraphics.h @@ -113,18 +113,19 @@ class SurfaceGraphics : public Graphics const int h A_UNUSED) const override final { } - void calcTile(ImageVertexes *const vert A_UNUSED, - const Image *const image A_UNUSED, - int x A_UNUSED, int y A_UNUSED) const override final + void calcTileVertexes(ImageVertexes *const vert A_UNUSED, + const Image *const image A_UNUSED, + int x A_UNUSED, + int y A_UNUSED) const override final { } void calcTileSDL(ImageVertexes *const vert A_UNUSED, int x A_UNUSED, int y A_UNUSED) const override final { } - void calcTile(ImageCollection *const vertCol A_UNUSED, - const Image *const image A_UNUSED, - int x A_UNUSED, int y A_UNUSED) override final + void calcTileCollection(ImageCollection *const vertCol A_UNUSED, + const Image *const image A_UNUSED, + int x A_UNUSED, int y A_UNUSED) override final { } void drawTile(const ImageVertexes *const vert A_UNUSED) override final |