mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
SURFACESDL: Remove redundant _mouseOrigSurface check
It's already checked a few lines above.
This commit is contained in:
parent
604fe0d4c6
commit
13996ea3d1
@ -2238,10 +2238,6 @@ void SurfaceSdlGraphicsManager::blitCursor() {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!_mouseOrigSurface) {
|
||||
return;
|
||||
}
|
||||
|
||||
_cursorNeedsRedraw = true;
|
||||
|
||||
int cursorScale;
|
||||
|
Loading…
x
Reference in New Issue
Block a user