diff options
Diffstat (limited to 'src/render/normalopenglgraphics.h')
-rw-r--r-- | src/render/normalopenglgraphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index dd3e34208..2cb0a7397 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -125,6 +125,10 @@ class NormalOpenGLGraphics final : public Graphics const int x, const int y, const int w, const int h) const; + void inline calcTileVertexesInline(ImageVertexes *const vert, + const Image *const image, + int x, int y) const; + GLfloat *mFloatTexArray; GLint *mIntTexArray; GLint *mIntVertArray; |