diff options
Diffstat (limited to 'src/render/mobileopenglgraphics.h')
-rw-r--r-- | src/render/mobileopenglgraphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h index 6ae2c4d08..657581ac1 100644 --- a/src/render/mobileopenglgraphics.h +++ b/src/render/mobileopenglgraphics.h @@ -65,6 +65,8 @@ class MobileOpenGLGraphics final : public Graphics inline void drawLineArrays(const int size); + void postInit() override final; + #include "render/graphicsdef.hpp" #include "render/openglgraphicsdef1.hpp" |