diff options
Diffstat (limited to 'src/render/normalopenglgraphics.h')
-rw-r--r-- | src/render/normalopenglgraphics.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index 8fc127dbe..7042cf413 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -113,9 +113,10 @@ class NormalOpenGLGraphics 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, |