diff options
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r-- | src/render/modernopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index 03a61858b..1e5f00d1a 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -58,7 +58,7 @@ class ModernOpenGLGraphics 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; |