diff options
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) |