mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
this is not necessary anymore
svn-id: r12512
This commit is contained in:
parent
a9f8a9ca18
commit
f94373b570
@ -563,10 +563,6 @@ void ScummEngine::restoreBG(Common::Rect rect, byte backColor) {
|
||||
rect.top -= topline;
|
||||
rect.bottom -= topline;
|
||||
|
||||
if (rect.left < 0)
|
||||
rect.left = 0;
|
||||
if (rect.right < 0)
|
||||
rect.right = 0;
|
||||
rect.clip(vs->width, vs->height);
|
||||
|
||||
markRectAsDirty(vs->number, rect, USAGE_BIT_RESTORED);
|
||||
|
Loading…
Reference in New Issue
Block a user