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
1 changed files with 1 additions and 0 deletions
|
@ -743,6 +743,7 @@ void OSystem_SDL::internUpdateScreen() {
|
|||
|
||||
_numDirtyRects = 0;
|
||||
_forceFull = false;
|
||||
_mouseNeedsRedraw = false;
|
||||
}
|
||||
|
||||
bool OSystem_SDL::saveScreenshot(const char *filename) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue