From 1389a0367d37c07ddd4105651a82fa30b407d08a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 17:24:49 +0300 Subject: fix const in declaration in normalopenglgraphics. --- src/render/normalopenglgraphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index 0ba29a141..6f3597b6b 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -217,7 +217,7 @@ class NormalOpenGLGraphics final : public Graphics void debugBindTexture(const Image *const image); private: - void inline setColorAlpha(float alpha); + void inline setColorAlpha(const float alpha); void inline restoreColor(); -- cgit v1.2.3-60-g2f50