diff options
-rw-r--r-- | src/render/safeopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index 93f67d75e..666bc574a 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -167,7 +167,7 @@ class SafeOpenGLGraphics final : public Graphics void setTexturingAndBlending(const bool enable); private: - void inline setColorAlpha(float alpha); + void inline setColorAlpha(const float alpha); void inline restoreColor(); |