diff options
Diffstat (limited to 'src/render/safeopenglgraphics.cpp')
-rw-r--r-- | src/render/safeopenglgraphics.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/safeopenglgraphics.cpp b/src/render/safeopenglgraphics.cpp index 236e09841..bc22b3c69 100644 --- a/src/render/safeopenglgraphics.cpp +++ b/src/render/safeopenglgraphics.cpp @@ -56,6 +56,10 @@ SafeOpenGLGraphics::~SafeOpenGLGraphics() { } +void SafeOpenGLGraphics::deleteArrays() +{ +} + bool SafeOpenGLGraphics::setVideoMode(const int w, const int h, const int scale, const int bpp, |