summaryrefslogtreecommitdiff
path: root/src/safeopenglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/safeopenglgraphics.h')
-rw-r--r--src/safeopenglgraphics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/safeopenglgraphics.h b/src/safeopenglgraphics.h
index efa9da832..1a0d06f46 100644
--- a/src/safeopenglgraphics.h
+++ b/src/safeopenglgraphics.h
@@ -94,7 +94,8 @@ class SafeOpenGLGraphics final : public Graphics
void drawImageRect2(GraphicsVertexes *const vert,
const ImageRect &imgRect) override;
- void calcTile(ImageVertexes *const vert, int x, int y) override;
+ void calcTile(ImageVertexes *const vert, const Image *const image,
+ int x, int y) override;
void drawTile(const ImageVertexes *const vert) override;