diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-06 15:26:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-06 15:26:12 +0300 |
commit | fdbd1a4c521c537597b63cd4f2262517cab1f81a (patch) | |
tree | a873f6567942bfc8241703eb34a00abc671a2999 /src/graphics.h | |
parent | 4fb8f9f0905038f3180f108ec56b2a326ceb3483 (diff) | |
download | plus-fdbd1a4c521c537597b63cd4f2262517cab1f81a.tar.gz plus-fdbd1a4c521c537597b63cd4f2262517cab1f81a.tar.bz2 plus-fdbd1a4c521c537597b63cd4f2262517cab1f81a.tar.xz plus-fdbd1a4c521c537597b63cd4f2262517cab1f81a.zip |
Improve map draw speed in fast opengl.
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |