summaryrefslogtreecommitdiff
path: root/src/render/mobileopengl2graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/mobileopengl2graphics.cpp')
-rw-r--r--src/render/mobileopengl2graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/mobileopengl2graphics.cpp b/src/render/mobileopengl2graphics.cpp
index cd9686149..5e05540ad 100644
--- a/src/render/mobileopengl2graphics.cpp
+++ b/src/render/mobileopengl2graphics.cpp
@@ -237,7 +237,7 @@ bool MobileOpenGL2Graphics::setVideoMode(const int w, const int h,
return setOpenGLMode();
}
-void MobileOpenGL2Graphics::setColor(const Color &color)
+void MobileOpenGL2Graphics::setColor(const Color &restrict color) restrict2
{
mColorAlpha = (color.a != 255);
if (mColor != color)