diff options
Diffstat (limited to 'src/render/openglgraphicsdef.hpp')
-rw-r--r-- | src/render/openglgraphicsdef.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/openglgraphicsdef.hpp b/src/render/openglgraphicsdef.hpp index 1df90e3ee..e99c4cc62 100644 --- a/src/render/openglgraphicsdef.hpp +++ b/src/render/openglgraphicsdef.hpp @@ -51,6 +51,8 @@ public: void clearScreen() const override final; + void deleteArrays() override final; + static void bindTexture(const GLenum target, const GLuint texture); static GLuint mLastImage; |