From fdbd1a4c521c537597b63cd4f2262517cab1f81a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 6 Oct 2012 15:26:12 +0300 Subject: Improve map draw speed in fast opengl. --- src/graphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index cdfc092fe..b95bb3779 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -206,6 +206,9 @@ class Graphics : public gcn::SDLGraphics const int x, const int y, const int w, const int h); + virtual void calcTile(ImageVertexes *const vert, + const Image *const image, int x, int y); + virtual void calcTile(ImageVertexes *const vert, int x, int y); virtual void drawTile(const ImageVertexes *const vert); -- cgit v1.2.3-60-g2f50