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/normalopenglgraphics.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/normalopenglgraphics.h')
-rw-r--r-- | src/normalopenglgraphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h index b2cb90e67..64649f5c8 100644 --- a/src/normalopenglgraphics.h +++ b/src/normalopenglgraphics.h @@ -87,7 +87,8 @@ class NormalOpenGLGraphics final : public Graphics const int x, const int y, const int w, const int h) 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; |