diff options
-rw-r--r-- | src/render/modernopenglgraphics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/modernopenglgraphics.cpp b/src/render/modernopenglgraphics.cpp index e92002e92..bf79e667d 100644 --- a/src/render/modernopenglgraphics.cpp +++ b/src/render/modernopenglgraphics.cpp @@ -996,6 +996,7 @@ void ModernOpenGLGraphics::drawImageRect(const int x, const int y, const int w, const int h, const ImageRect &imgRect) { + #include "render/graphics_drawImageRect.hpp" } void ModernOpenGLGraphics::calcImageRect(ImageVertexes *const vert, |