From 86e889a1eee087d3808bbe6c5cfdf1d7cd4698bd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 15 Dec 2015 19:36:26 +0300 Subject: Replace all left OpenGL calls in mobile and modern backends to defines. --- src/render/modernopenglgraphics.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/render/modernopenglgraphics.cpp') diff --git a/src/render/modernopenglgraphics.cpp b/src/render/modernopenglgraphics.cpp index 2c7ecf120..fc59a7413 100644 --- a/src/render/modernopenglgraphics.cpp +++ b/src/render/modernopenglgraphics.cpp @@ -876,8 +876,8 @@ SDL_Surface* ModernOpenGLGraphics::getScreenshot() // Grap the pixel buffer and write it to the SDL surface mglGetIntegerv(GL_PACK_ALIGNMENT, &pack); - glPixelStorei(GL_PACK_ALIGNMENT, 1); - glReadPixels(0, 0, w, h, GL_RGB, GL_UNSIGNED_BYTE, screenshot->pixels); + mglPixelStorei(GL_PACK_ALIGNMENT, 1); + mglReadPixels(0, 0, w, h, GL_RGB, GL_UNSIGNED_BYTE, screenshot->pixels); // Flip the screenshot, as OpenGL has 0,0 in bottom left const int h2 = h / 2; @@ -898,7 +898,7 @@ SDL_Surface* ModernOpenGLGraphics::getScreenshot() if (config.getBoolValue("usefbo")) graphicsManager.deleteFBO(&mFbo); - glPixelStorei(GL_PACK_ALIGNMENT, pack); + mglPixelStorei(GL_PACK_ALIGNMENT, pack); if (SDL_MUSTLOCK(screenshot)) SDL_UnlockSurface(screenshot); -- cgit v1.2.3-70-g09d2