Fill box routines do not translate the fill box coordinates

svn-id: r44937
This commit is contained in:
Filippos Karapetis 2009-10-11 18:41:13 +00:00
parent 16e852159a
commit 222b0d3887
2 changed files with 3 additions and 10 deletions

View file

@ -75,7 +75,6 @@ void SciGuiScreen::copyToScreen() {
}
void SciGuiScreen::copyRectToScreen(const Common::Rect &rect) {
//g_system->copyRectToScreen(_activeScreen, _displayWidth, 0, 0, _displayWidth, _displayHeight);
g_system->copyRectToScreen(_activeScreen + rect.top * _displayWidth + rect.left, _displayWidth, rect.left, rect.top, rect.width(), rect.height());
}