Fix regression introduced with r38890, where the mouse cursor was redrawn every updateScreen call.

svn-id: r38899
This commit is contained in:
Johannes Schickel 2009-02-26 11:32:02 +00:00
parent 387fcd101d
commit d262d7773a

View File

@ -743,6 +743,7 @@ void OSystem_SDL::internUpdateScreen() {
_numDirtyRects = 0;
_forceFull = false;
_mouseNeedsRedraw = false;
}
bool OSystem_SDL::saveScreenshot(const char *filename) {