summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/render/mobileopenglgraphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h
index 5e97dc6d1..748302221 100644
--- a/src/render/mobileopenglgraphics.h
+++ b/src/render/mobileopenglgraphics.h
@@ -203,10 +203,10 @@ class MobileOpenGLGraphics final : public Graphics
void setTexturingAndBlending(const bool enable);
- void debugBindTexture(const Image *image);
+ void debugBindTexture(const Image *const image);
private:
- void inline setColorAlpha(float alpha);
+ void inline setColorAlpha(const float alpha);
void inline restoreColor();