summaryrefslogtreecommitdiff
path: root/src/safeopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-24 00:21:41 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-24 00:21:41 +0300
commit1e37ebb4eb808f56bbbd522dbab524c24439d92b (patch)
tree4a588f611f2417afd35c55c00f510333669ab9b0 /src/safeopenglgraphics.h
parent2aa5e6701cc6bcc18b1f797dba25e4023f604845 (diff)
downloadManaVerse-1e37ebb4eb808f56bbbd522dbab524c24439d92b.tar.gz
ManaVerse-1e37ebb4eb808f56bbbd522dbab524c24439d92b.tar.bz2
ManaVerse-1e37ebb4eb808f56bbbd522dbab524c24439d92b.tar.xz
ManaVerse-1e37ebb4eb808f56bbbd522dbab524c24439d92b.zip
improve safeopenglgraphics class.
Diffstat (limited to 'src/safeopenglgraphics.h')
-rw-r--r--src/safeopenglgraphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/safeopenglgraphics.h b/src/safeopenglgraphics.h
index e9650c6b9..d9b7af5bd 100644
--- a/src/safeopenglgraphics.h
+++ b/src/safeopenglgraphics.h
@@ -127,7 +127,7 @@ class SafeOpenGLGraphics final : public Graphics
void prepareScreenshot() override;
- static void bindTexture(GLenum target, GLuint texture);
+ static void bindTexture(const GLenum target, const GLuint texture);
static GLuint mLastImage;
@@ -138,7 +138,7 @@ class SafeOpenGLGraphics final : public Graphics
const int width, const int height,
const bool useColor);
- void setTexturingAndBlending(bool enable);
+ void setTexturingAndBlending(const bool enable);
private:
void inline setColorAlpha(float alpha);