diff options
-rw-r--r-- | src/render/nullopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index 588bf0283..7734ca660 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -214,7 +214,7 @@ class NullOpenGLGraphics final : public Graphics void debugBindTexture(const Image *const image); private: - void inline setColorAlpha(float alpha); + void inline setColorAlpha(const float alpha); void inline restoreColor(); |