mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-13 12:10:30 +00:00
Fix regression introduced with r38890, where the mouse cursor was redrawn every updateScreen call.
svn-id: r38899
This commit is contained in:
parent
387fcd101d
commit
d262d7773a
@ -743,6 +743,7 @@ void OSystem_SDL::internUpdateScreen() {
|
||||
|
||||
_numDirtyRects = 0;
|
||||
_forceFull = false;
|
||||
_mouseNeedsRedraw = false;
|
||||
}
|
||||
|
||||
bool OSystem_SDL::saveScreenshot(const char *filename) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user