diff options
-rw-r--r-- | backends/sdl/graphics.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/sdl/graphics.cpp b/backends/sdl/graphics.cpp index 6cd1cc94a1..7d8cc42cc6 100644 --- a/backends/sdl/graphics.cpp +++ b/backends/sdl/graphics.cpp @@ -239,6 +239,10 @@ bool OSystem_SDL::setGraphicsMode(int mode) { // Blit everything to the screen _forceFull = true; + // Even if the old and new scale factors are the same, we may have a + // different scaler for the cursor now. + blitCursor(); + if (_transactionMode != kTransactionCommit) internUpdateScreen(); |