diff options
Diffstat (limited to 'src/render/mobileopengl2graphics.h')
-rw-r--r-- | src/render/mobileopengl2graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/mobileopengl2graphics.h b/src/render/mobileopengl2graphics.h index 0a5edc564..33e7d2f6d 100644 --- a/src/render/mobileopengl2graphics.h +++ b/src/render/mobileopengl2graphics.h @@ -58,7 +58,7 @@ class MobileOpenGL2Graphics final : public Graphics void postInit() override final; - void setColor(const Color &color) override final; + void setColor(const Color &restrict color) restrict2 override final; void screenResized() override final; |