diff options
Diffstat (limited to 'src/render/normalopenglgraphics.cpp')
-rw-r--r-- | src/render/normalopenglgraphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/normalopenglgraphics.cpp b/src/render/normalopenglgraphics.cpp index 916002f26..6bc25be32 100644 --- a/src/render/normalopenglgraphics.cpp +++ b/src/render/normalopenglgraphics.cpp @@ -287,7 +287,7 @@ static inline void drawRescaledQuad(const Image *const image, } bool NormalOpenGLGraphics::drawImage(const Image *const image, - int dstX, int dstY) + int dstX, int dstY) { return drawImageInline(image, dstX, dstY); } |