summaryrefslogtreecommitdiff
path: root/src/render/surfacegraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/surfacegraphics.h')
-rw-r--r--src/render/surfacegraphics.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/render/surfacegraphics.h b/src/render/surfacegraphics.h
index 9af2efb76..7a130dd30 100644
--- a/src/render/surfacegraphics.h
+++ b/src/render/surfacegraphics.h
@@ -128,11 +128,12 @@ class SurfaceGraphics : public Graphics
int x A_UNUSED, int y A_UNUSED) override final
{ }
- void drawTile(const ImageVertexes *const vert A_UNUSED) override final
+ void drawTileVertexes(const ImageVertexes *const
+ vert A_UNUSED) override final
{ }
- void drawTile(const ImageCollection *const vertCol A_UNUSED)
- override final
+ void drawTileCollection(const ImageCollection *const vertCol A_UNUSED)
+ override final
{ }
void updateScreen()