summaryrefslogtreecommitdiff
path: root/src/render/nullopenglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/nullopenglgraphics.h')
-rw-r--r--src/render/nullopenglgraphics.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h
index 94cda7bb3..82285f90d 100644
--- a/src/render/nullopenglgraphics.h
+++ b/src/render/nullopenglgraphics.h
@@ -113,9 +113,10 @@ class NullOpenGLGraphics final : public Graphics
const Image *const image,
int x, int y) override final;
- void drawTile(const ImageCollection *const vertCol) override final;
+ void drawTileCollection(const ImageCollection *const vertCol)
+ override final;
- void drawTile(const ImageVertexes *const vert) override final;
+ void drawTileVertexes(const ImageVertexes *const vert) override final;
bool calcWindow(ImageCollection *const vertCol,
const int x, const int y,