diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-12 20:15:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-12 20:15:49 +0300 |
commit | f6de528baf6b3cfc82971352da566a9d750664b8 (patch) | |
tree | bd46d830c0e6b8f5274336cbee4cf4044cef8f35 /src/render | |
parent | 19d9c94b2c0fc5585fdba7aa0b7756be1be88f40 (diff) | |
download | plus-f6de528baf6b3cfc82971352da566a9d750664b8.tar.gz plus-f6de528baf6b3cfc82971352da566a9d750664b8.tar.bz2 plus-f6de528baf6b3cfc82971352da566a9d750664b8.tar.xz plus-f6de528baf6b3cfc82971352da566a9d750664b8.zip |
In modernopengl add drawimagerect function.
Diffstat (limited to 'src/render')
-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, |