diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-18 12:14:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-18 12:14:09 +0300 |
commit | dac85c38849fca61253fe8ed46a06be3acd0bcad (patch) | |
tree | 3cb0fdfcb7f572c21bcf8f79f3550c0544478a22 /src/render/modernopenglgraphics.h | |
parent | 0a602e0b62ee764cc1c1befdc75f2f4b875adc43 (diff) | |
download | mv-dac85c38849fca61253fe8ed46a06be3acd0bcad.tar.gz mv-dac85c38849fca61253fe8ed46a06be3acd0bcad.tar.bz2 mv-dac85c38849fca61253fe8ed46a06be3acd0bcad.tar.xz mv-dac85c38849fca61253fe8ed46a06be3acd0bcad.zip |
Move renderer method createGLContext from protected into public.
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r-- | src/render/modernopenglgraphics.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index ed03ea6ca..f32e1f74d 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -75,15 +75,14 @@ class ModernOpenGLGraphics final : public Graphics void removeArray(const uint32_t id, uint32_t *const arr) override final; + virtual void createGLContext() override final; + #include "render/graphicsdef.hpp" #include "render/openglgraphicsdef.hpp" #include "render/openglgraphicsdefadvanced.hpp" - protected: - virtual void createGLContext() override final; - private: void deleteGLObjects(); |