GUI: Rename some variable and fix review issues

This commit is contained in:
aryanrawlani28 2020-05-14 05:42:19 +05:30 committed by Eugene Sandulenko
parent 28c70dd196
commit a7fe8ad7d8
5 changed files with 17 additions and 27 deletions

View file

@ -606,7 +606,7 @@ void PicButtonWidget::drawWidget() {
const int x = _x + (_w - gfx->w) / 2;
const int y = _y + (_h - gfx->h) / 2;
g_gui.theme()->drawSurface(Common::Point(x, y), *gfx, _transparency);
}
}