summaryrefslogtreecommitdiff
path: root/src/render/mobileopenglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/mobileopenglgraphics.h')
-rw-r--r--src/render/mobileopenglgraphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h
index 657581ac1..5011bae9e 100644
--- a/src/render/mobileopenglgraphics.h
+++ b/src/render/mobileopenglgraphics.h
@@ -55,6 +55,8 @@ class MobileOpenGLGraphics final : public Graphics
~MobileOpenGLGraphics();
+ void postInit() override final;
+
inline void drawTriangleArrayfs(const GLshort *const shortVertArray,
const GLfloat *const floatTexArray,
const int size);
@@ -65,8 +67,6 @@ class MobileOpenGLGraphics final : public Graphics
inline void drawLineArrays(const int size);
- void postInit() override final;
-
#include "render/graphicsdef.hpp"
#include "render/openglgraphicsdef1.hpp"