diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-30 20:33:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-30 20:33:23 +0300 |
commit | 5015c59af9d28b3a3bbedfd54b3827dd96597efa (patch) | |
tree | b9535924f378ce192c5ab150a3c9738213abbc80 /src/render/graphics.cpp | |
parent | d4d588a10e37bcd0f8653e697952f21602b8d0e9 (diff) | |
download | plus-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.cpp | 4 |
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) |