summaryrefslogtreecommitdiff
path: root/src/render/mobileopenglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/mobileopenglgraphics.h')
-rw-r--r--src/render/mobileopenglgraphics.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h
index dd285fdee..ca8d70a3a 100644
--- a/src/render/mobileopenglgraphics.h
+++ b/src/render/mobileopenglgraphics.h
@@ -109,13 +109,14 @@ class MobileOpenGLGraphics final : public Graphics
const Image *const image,
int x, int y) const override final;
- void drawTile(const ImageCollection *const vertCol) override final;
+ void drawTileCollection(const ImageCollection
+ *const vertCol) override final;
void calcTileCollection(ImageCollection *const vertCol,
const Image *const image,
int x, int y) 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,