diff options
Diffstat (limited to 'src/render/sdlgraphics.h')
-rw-r--r-- | src/render/sdlgraphics.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/render/sdlgraphics.h b/src/render/sdlgraphics.h index 1ca37f8e4..5fc19d0b1 100644 --- a/src/render/sdlgraphics.h +++ b/src/render/sdlgraphics.h @@ -106,10 +106,11 @@ class SDLGraphics : public Graphics const Image *const image, int x, int y) override final; - virtual void drawTile(const ImageVertexes *const vert) override final; + virtual void drawTileVertexes(const ImageVertexes + *const vert) override final; - virtual void drawTile(const ImageCollection *const vertCol) - override final; + virtual void drawTileCollection(const ImageCollection *const vertCol) + override final; virtual void updateScreen() override final; |