diff options
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/normalopenglgraphics.h | 2 |
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(); |