diff options
Diffstat (limited to 'engines/voyeur')
-rw-r--r-- | engines/voyeur/screen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/screen.cpp b/engines/voyeur/screen.cpp index 62f609c5c7..ca9248398f 100644 --- a/engines/voyeur/screen.cpp +++ b/engines/voyeur/screen.cpp @@ -334,7 +334,7 @@ void Screen::sDrawPic(DisplayResource *srcDisplay, DisplayResource *destDisplay, destP += width2 + widthDiff2; } - addDirtyRect(Common::Rect(offset.x, offset.y, offset.x + width2, + addDirtyRect(Common::Rect(offset.x, offset.y, offset.x + width2, offset.y + height1)); } } |