diff options
Diffstat (limited to 'src/render/openglgraphicsdefadvanced.hpp')
-rw-r--r-- | src/render/openglgraphicsdefadvanced.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/openglgraphicsdefadvanced.hpp b/src/render/openglgraphicsdefadvanced.hpp index c63c6ba7f..b5e3a770b 100644 --- a/src/render/openglgraphicsdefadvanced.hpp +++ b/src/render/openglgraphicsdefadvanced.hpp @@ -24,7 +24,7 @@ public: inline void drawVertexes(const OpenGLGraphicsVertexes &restrict ogl) restrict2 A_INLINE; - void initArrays(const int vertCount) restrict2 override final; + void initArrays(const int vertCount) restrict2 final; #ifdef DEBUG_DRAW_CALLS unsigned int getDrawCalls() restrict2 const noexcept |