Fill box routines do not translate the fill box coordinates
svn-id: r44937
This commit is contained in:
parent
16e852159a
commit
222b0d3887
2 changed files with 3 additions and 10 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue