diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video/sdl_v.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp index a95e86332..ba0b07640 100644 --- a/src/video/sdl_v.cpp +++ b/src/video/sdl_v.cpp @@ -837,7 +837,7 @@ bool VideoDriver_SDL::ToggleFullscreen(bool fullscreen) bool VideoDriver_SDL::AfterBlitterChange() { - return this->ChangeResolution(_screen.width, _screen.height); + return CreateMainSurface(_screen.width, _screen.height); } #endif /* WITH_SDL */ |