diff options
Diffstat (limited to 'src/render/safeopenglgraphics.cpp')
-rw-r--r-- | src/render/safeopenglgraphics.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/render/safeopenglgraphics.cpp b/src/render/safeopenglgraphics.cpp index b5a82b1fd..e4ae7792e 100644 --- a/src/render/safeopenglgraphics.cpp +++ b/src/render/safeopenglgraphics.cpp @@ -356,6 +356,15 @@ void SafeOpenGLGraphics::calcTileVertexes(ImageVertexes *const vert A_UNUSED, { } +void SafeOpenGLGraphics::calcTileVertexesInline(ImageVertexes *const + vert A_UNUSED, + const Image *const + image A_UNUSED, + int x A_UNUSED, + int y A_UNUSED) const +{ +} + void SafeOpenGLGraphics::calcPattern(ImageVertexes *const vert A_UNUSED, const Image *const image A_UNUSED, const int x A_UNUSED, |