summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r--src/render/modernopenglgraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h
index f7eecd0c4..53d6966c2 100644
--- a/src/render/modernopenglgraphics.h
+++ b/src/render/modernopenglgraphics.h
@@ -77,7 +77,7 @@ class ModernOpenGLGraphics final : public Graphics
uint32_t *restrict const arr)
restrict2 override final A_NONNULL(3);
- void createGLContext() restrict2 override final;
+ void createGLContext(const bool custom) restrict2 override final;
#include "render/graphicsdef.hpp"
RENDER_GRAPHICSDEF_HPP