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 9b171becb..2efa367c4 100644 --- a/src/render/mobileopengl2graphics.h +++ b/src/render/mobileopengl2graphics.h @@ -77,7 +77,7 @@ class MobileOpenGL2Graphics 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 |