BACKENDS: Remove trailing whitespace
This commit is contained in:
parent
67fec75b4e
commit
d2c69a79fe
3 changed files with 5 additions and 5 deletions
|
@ -282,7 +282,7 @@ bool OpenGLSdlGraphicsManager::setupMode(uint width, uint height) {
|
|||
if (!_fullscreenVideoModes.empty()) {
|
||||
VideoModeArray::const_iterator i = _fullscreenVideoModes.end();
|
||||
--i;
|
||||
|
||||
|
||||
_desiredFullscreenWidth = i->width;
|
||||
_desiredFullscreenHeight = i->height;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue