diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp index a4fb5f2d9c..8768004b69 100644 --- a/src/video/sdl_v.cpp +++ b/src/video/sdl_v.cpp @@ -637,7 +637,7 @@ bool VideoDriver_SDL::ToggleFullscreen(bool fullscreen) bool VideoDriver_SDL::AfterBlitterChange() { - return this->ChangeResolution(_screen.width, _screen.height) + return this->ChangeResolution(_screen.width, _screen.height); } #endif /* WITH_SDL */