diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-13 19:30:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-13 19:30:26 +0300 |
commit | 5f69585da6bd61cb1191ea33ae9d92ea7460c1bd (patch) | |
tree | 6e26a06b1ec2a68ef7d872188ca7b4a9e4d909c0 /src/render | |
parent | d607fc8b853adb02827c10cef32d15f5f152a09d (diff) | |
download | plus-5f69585da6bd61cb1191ea33ae9d92ea7460c1bd.tar.gz plus-5f69585da6bd61cb1191ea33ae9d92ea7460c1bd.tar.bz2 plus-5f69585da6bd61cb1191ea33ae9d92ea7460c1bd.tar.xz plus-5f69585da6bd61cb1191ea33ae9d92ea7460c1bd.zip |
In modernopengl add calcimagerect.
This is last function for cached draw, now modernopengl can be used for all
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 ea8447c33..12a07b191 100644 --- a/src/render/modernopenglgraphics.cpp +++ b/src/render/modernopenglgraphics.cpp @@ -1190,6 +1190,7 @@ void ModernOpenGLGraphics::calcImageRect(ImageVertexes *const vert, const int w, const int h, const ImageRect &imgRect) { + #include "render/graphics_calcImageRect.hpp" } void ModernOpenGLGraphics::clearScreen() const |