diff options
Diffstat (limited to 'src/render/safeopenglgraphics.h')
-rw-r--r-- | src/render/safeopenglgraphics.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index a9f70f0c0..705e580e1 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -106,9 +106,10 @@ class SafeOpenGLGraphics final : public Graphics const int x, const int y, const int w, const int h) const override final; - void drawTile(const ImageVertexes *const vert) override final; + void drawTileVertexes(const ImageVertexes *const vert) override final; - void drawTile(const ImageCollection *const vertCol) override final; + void drawTileCollection(const ImageCollection *const vertCol) + override final; void updateScreen() override final; |