summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/render/normalopenglgraphics.h2
1 files changed, 1 insertions, 1 deletions
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();