Skip to content

Commit

Permalink
WAGE: Fix crash on menu exiting
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Feb 14, 2016
1 parent ad02d2e commit 632825d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/wage/dialog.cpp
Expand Up @@ -188,7 +188,7 @@ int Dialog::run() {
g_system->delayMillis(50);
}

_tempSurface.copyRectToSurface(_gui->_screen, r.left, r.top, r);
_tempSurface.copyRectToSurface(_gui->_screen, 0, 0, r);

return _pressedButton;
}
Expand Down

0 comments on commit 632825d

Please sign in to comment.