SURFACESDL: Remove redundant _mouseOrigSurface check

It's already checked a few lines above.
This commit is contained in:
Torbjörn Andersson 2024-01-28 14:07:33 +01:00
parent 604fe0d4c6
commit 13996ea3d1

View File

@ -2238,10 +2238,6 @@ void SurfaceSdlGraphicsManager::blitCursor() {
return;
}
if (!_mouseOrigSurface) {
return;
}
_cursorNeedsRedraw = true;
int cursorScale;