OPENGL: Implement saveScreenshot().
svn-id: r51299
This commit is contained in:
parent
856c6a18af
commit
738a9e78d8
3 changed files with 47 additions and 2 deletions
|
@ -207,6 +207,8 @@ bool OpenGLSdlGraphicsManager::loadGFXMode() {
|
|||
}
|
||||
}
|
||||
|
||||
_formatBGR = _hwscreen->format->Rshift != 0;
|
||||
|
||||
return OpenGLGraphicsManager::loadGFXMode();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue