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