OPENGL: Implement saveScreenshot().

svn-id: r51299
This commit is contained in:
Alejandro Marzini 2010-07-26 06:52:58 +00:00
parent 856c6a18af
commit 738a9e78d8
3 changed files with 47 additions and 2 deletions

View file

@ -207,6 +207,8 @@ bool OpenGLSdlGraphicsManager::loadGFXMode() {
}
}
_formatBGR = _hwscreen->format->Rshift != 0;
return OpenGLGraphicsManager::loadGFXMode();
}