summaryrefslogtreecommitdiff
path: root/src/render/graphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-30 20:33:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-30 20:33:23 +0300
commit5015c59af9d28b3a3bbedfd54b3827dd96597efa (patch)
treeb9535924f378ce192c5ab150a3c9738213abbc80 /src/render/graphics.cpp
parentd4d588a10e37bcd0f8653e697952f21602b8d0e9 (diff)
downloadplus-5015c59af9d28b3a3bbedfd54b3827dd96597efa.tar.gz
plus-5015c59af9d28b3a3bbedfd54b3827dd96597efa.tar.bz2
plus-5015c59af9d28b3a3bbedfd54b3827dd96597efa.tar.xz
plus-5015c59af9d28b3a3bbedfd54b3827dd96597efa.zip
Fix code style.
Diffstat (limited to 'src/render/graphics.cpp')
-rw-r--r--src/render/graphics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp
index c6237cf97..6ad1c67d7 100644
--- a/src/render/graphics.cpp
+++ b/src/render/graphics.cpp
@@ -407,8 +407,8 @@ bool Graphics::setFullscreen(const bool fs)
if (mFullscreen == fs)
return true;
- return setVideoMode(mActualWidth, mActualHeight, mScale, mBpp, fs, mHWAccel,
- mEnableResize, mNoFrame);
+ return setVideoMode(mActualWidth, mActualHeight, mScale, mBpp, fs,
+ mHWAccel, mEnableResize, mNoFrame);
}
bool Graphics::resizeScreen(const int width, const int height)