diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-14 16:59:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-14 16:59:21 +0300 |
commit | d9a77eb8ac5d507665cbf8b20f5d8187148ebfd1 (patch) | |
tree | db2f8a25d466ce6aa5ca1747216156f7869a06d1 /src/render/safeopenglgraphics.h | |
parent | 2851324a6847efa7ea6f556941b369e9e304dc23 (diff) | |
download | mv-d9a77eb8ac5d507665cbf8b20f5d8187148ebfd1.tar.gz mv-d9a77eb8ac5d507665cbf8b20f5d8187148ebfd1.tar.bz2 mv-d9a77eb8ac5d507665cbf8b20f5d8187148ebfd1.tar.xz mv-d9a77eb8ac5d507665cbf8b20f5d8187148ebfd1.zip |
Improve a bit separate images drawing.
Diffstat (limited to 'src/render/safeopenglgraphics.h')
-rw-r--r-- | src/render/safeopenglgraphics.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index 773657261..6ece1bc88 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -154,17 +154,17 @@ class SafeOpenGLGraphics final : public Graphics void prepareScreenshot() override final; - static void bindTexture(const GLenum target, const GLuint texture); - - static GLuint mLastImage; - - protected: bool drawImage2(const Image *const image, int srcX, int srcY, int dstX, int dstY, const int width, const int height, const bool useColor) override final; + static void bindTexture(const GLenum target, const GLuint texture); + + static GLuint mLastImage; + + protected: void setTexturingAndBlending(const bool enable); private: |