aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/screen.cpp')
-rw-r--r--engines/voyeur/screen.cpp2
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));
}
}